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)
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