aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_options.c
diff options
context:
space:
mode:
authorLouis Nyffenegger <louis.nyffenegger@gmail.com>2006-08-08 00:56:11 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 14:54:10 -0700
commit1a01912ae0a5666c4c24eaae2b4821711e2ad79a (patch)
tree64a3767ce51581a67b435931a3868f545bcac764 /net/ipv4/ip_options.c
parent[IPV4]: Kill fib4_rules_clean(). (diff)
downloadlinux-dev-1a01912ae0a5666c4c24eaae2b4821711e2ad79a.tar.xz
linux-dev-1a01912ae0a5666c4c24eaae2b4821711e2ad79a.zip
[INET]: Remove is_setbyuser patch
The value is_setbyuser from struct ip_options is never used and set only one time (http://linux-net.osdl.org/index.php/TODO#IPV4). This little patch removes it from the kernel source. Signed-off-by: Louis Nyffenegger <louis.nyffenegger@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_options.c')
-rw-r--r--net/ipv4/ip_options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ip_options.c b/net/ipv4/ip_options.c
index e0a93b4fa8cc..e7437c091326 100644
--- a/net/ipv4/ip_options.c
+++ b/net/ipv4/ip_options.c
@@ -525,7 +525,6 @@ static int ip_options_get_finish(struct ip_options **optp,
opt->__data[optlen++] = IPOPT_END;
opt->optlen = optlen;
opt->is_data = 1;
- opt->is_setbyuser = 1;
if (optlen && ip_options_compile(opt, NULL)) {
kfree(opt);
return -EINVAL;