diff options
author | David S. Miller <davem@davemloft.net> | 2012-07-17 14:02:46 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-20 13:36:54 -0700 |
commit | ba3f7f04ef2b19aace38f855aedd17fe43035d50 (patch) | |
tree | 223992e7b2a180042ca9d024c315346ca08454ec /net/ipv4/route.c | |
parent | d2d68ba9fe8b38eb03124b3176a013bb8aa2b5e5 (diff) | |
download | linux-ba3f7f04ef2b19aace38f855aedd17fe43035d50.tar.gz linux-ba3f7f04ef2b19aace38f855aedd17fe43035d50.tar.bz2 linux-ba3f7f04ef2b19aace38f855aedd17fe43035d50.zip |
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, rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0); - if (fl4->flowi4_flags & FLOWI_FLAG_RT_NOCACHE) - rth->dst.flags |= DST_NOCACHE; - return rth; } |