aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2008-08-05 01:19:50 -0700
committerDavid S. Miller <davem@davemloft.net>2008-08-05 01:19:50 -0700
commit95c3e8bfcdea8676e2d4d61910c379f4502049bf (patch)
treee6382fa937467903916ee113754d50f0c71e718e /include/net/flow.h
parenttg3: Fix 'scheduling while atomic' errors (diff)
downloadlinux-dev-95c3e8bfcdea8676e2d4d61910c379f4502049bf.tar.xz
linux-dev-95c3e8bfcdea8676e2d4d61910c379f4502049bf.zip
ipv4: remove unused field in struct flowi (include/net/flow.h).
This patch removes an unused field (flags) from struct flowi; it seems that this "flags" field was used once in the past for multipath routing with FLOWI_FLAG_MULTIPATHOLDROUTE flag (which does no longer exist); however, the "flags" field of struct flowi is not used anymore. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/flow.h')
-rw-r--r--include/net/flow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/flow.h b/include/net/flow.h
index ad16e0076c89..228b2477ceec 100644
--- a/include/net/flow.h
+++ b/include/net/flow.h
@@ -47,7 +47,6 @@ struct flowi {
#define fl4_scope nl_u.ip4_u.scope
__u8 proto;
- __u8 flags;
union {
struct {
__be16 sport;