net: rt_cache_flush() cleanup
authorEric Dumazet <edumazet@google.com>
Fri, 7 Sep 2012 20:27:11 +0000 (22:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Sep 2012 21:23:17 +0000 (17:23 -0400)
We dont use jhash anymore since route cache removal,
so we can get rid of get_random_bytes() calls for rt_genid
changes.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found