summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
diff options
context:
space:
mode:
authorThomas Graf2005-07-05 23:12:44 +0200
committerDavid S. Miller2005-07-05 23:12:44 +0200
commite176fe8954a5239c24afe79b1001ba3c29511963 (patch)
tree418038ddda59950ac83decb708f25cd612d0ffe0 /net/ipv6/ip6_output.c
parent[NET]: net/core/filter.c: make len cover the entire packet (diff)
downloadkernel-qcow2-linux-e176fe8954a5239c24afe79b1001ba3c29511963.tar.gz
kernel-qcow2-linux-e176fe8954a5239c24afe79b1001ba3c29511963.tar.xz
kernel-qcow2-linux-e176fe8954a5239c24afe79b1001ba3c29511963.zip
[NET]: Remove unused security member in sk_buff
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_output.c')
-rw-r--r--net/ipv6/ip6_output.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c
index 06e7cdaeedc5..1f2c2f9e353f 100644
--- a/net/ipv6/ip6_output.c
+++ b/net/ipv6/ip6_output.c
@@ -465,7 +465,6 @@ static void ip6_copy_metadata(struct sk_buff *to, struct sk_buff *from)
to->pkt_type = from->pkt_type;
to->priority = from->priority;
to->protocol = from->protocol;
- to->security = from->security;
dst_release(to->dst);
to->dst = dst_clone(from->dst);
to->dev = from->dev;