commit | 95c3e8bfcdea8676e2d4d61910c379f4502049bf | [log] [tgz] |
---|---|---|
author | Rami Rosen <ramirose@gmail.com> | Tue Aug 05 01:19:50 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 05 01:19:50 2008 -0700 |
tree | e6382fa937467903916ee113754d50f0c71e718e | |
parent | 2f751b67a8be698cec52f786910ef4f0beffe9a7 [diff] |
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>