提交 95c3e8bf 编写于 作者: R Rami Rosen 提交者: David S. Miller

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: NRami Rosen <ramirose@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 2f751b67
...@@ -47,7 +47,6 @@ struct flowi { ...@@ -47,7 +47,6 @@ struct flowi {
#define fl4_scope nl_u.ip4_u.scope #define fl4_scope nl_u.ip4_u.scope
__u8 proto; __u8 proto;
__u8 flags;
union { union {
struct { struct {
__be16 sport; __be16 sport;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册