diff options
author | David S. Miller <davem@davemloft.net> | 2012-07-17 17:02:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-20 16:36:54 -0400 |
commit | ba3f7f04ef2b19aace38f855aedd17fe43035d50 (patch) | |
tree | 223992e7b2a180042ca9d024c315346ca08454ec /include/net/flow.h | |
parent | d2d68ba9fe8b38eb03124b3176a013bb8aa2b5e5 (diff) |
ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/flow.h')
-rw-r--r-- | include/net/flow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/flow.h b/include/net/flow.h index ce9cb7656b47..e1dd5082ec7e 100644 --- a/include/net/flow.h +++ b/include/net/flow.h | |||
@@ -21,7 +21,6 @@ struct flowi_common { | |||
21 | __u8 flowic_flags; | 21 | __u8 flowic_flags; |
22 | #define FLOWI_FLAG_ANYSRC 0x01 | 22 | #define FLOWI_FLAG_ANYSRC 0x01 |
23 | #define FLOWI_FLAG_CAN_SLEEP 0x02 | 23 | #define FLOWI_FLAG_CAN_SLEEP 0x02 |
24 | #define FLOWI_FLAG_RT_NOCACHE 0x04 | ||
25 | __u32 flowic_secid; | 24 | __u32 flowic_secid; |
26 | }; | 25 | }; |
27 | 26 | ||