xfrm: remove description from xfrm_type struct
Its set but never read. Reduces size of xfrm_type to 64 bytes on 64bit. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
This commit is contained in:
committed by
Steffen Klassert
parent
a925316af8
commit
152bca0902
@@ -755,7 +755,6 @@ static int ah6_rcv_cb(struct sk_buff *skb, int err)
|
||||
}
|
||||
|
||||
static const struct xfrm_type ah6_type = {
|
||||
.description = "AH6",
|
||||
.owner = THIS_MODULE,
|
||||
.proto = IPPROTO_AH,
|
||||
.flags = XFRM_TYPE_REPLAY_PROT,
|
||||
|
||||
Reference in New Issue
Block a user