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 /net/ipv4/route.c | |
parent | d2d68ba9fe8b38eb03124b3176a013bb8aa2b5e5 (diff) |
ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 97cca8a03d94..7e1c0ed0ef70 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -1836,9 +1836,6 @@ static struct rtable *__mkroute_output(const struct fib_result *res, | |||
1836 | 1836 | ||
1837 | rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0); | 1837 | rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0); |
1838 | 1838 | ||
1839 | if (fl4->flowi4_flags & FLOWI_FLAG_RT_NOCACHE) | ||
1840 | rth->dst.flags |= DST_NOCACHE; | ||
1841 | |||
1842 | return rth; | 1839 | return rth; |
1843 | } | 1840 | } |
1844 | 1841 | ||