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>
Tue, 18 Sep 2012 19:54:19 +0000 (15:54 -0400)
commit2885da72966fcb89f48d554339d347fb02b5ea78
tree766b20cef6843c92a08b839ba34015a8a91addc1
parentbafa6d9d89072c1a18853afe9ee5de05c491c13a
net: rt_cache_flush() cleanup

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>
net/ipv4/route.c