aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2005-07-05 14:12:44 -0700
committerDavid S. Miller <davem@davemloft.net>2005-07-05 14:12:44 -0700
commite176fe8954a5239c24afe79b1001ba3c29511963 (patch)
tree418038ddda59950ac83decb708f25cd612d0ffe0 /net/ipv4
parent[NET]: net/core/filter.c: make len cover the entire packet (diff)
downloadlinux-dev-e176fe8954a5239c24afe79b1001ba3c29511963.tar.xz
linux-dev-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/ipv4')
-rw-r--r--net/ipv4/ip_output.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
index 6ce5c3292f9f..1bfa49eda96f 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c
@@ -389,7 +389,6 @@ static void ip_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;