[PATCH] rename net_random to random32
authorStephen Hemminger <shemminger@osdl.org>
Tue, 17 Oct 2006 07:09:42 +0000 (00:09 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Oct 2006 15:18:43 +0000 (08:18 -0700)
commitaaa248f6c9c81b2683db7dbb0689cd5ed1c86d88
tree106d9ce5ebac4175b0fb97ff80a92e399fcf2a33
parent0187f879ee8d4b914e74ffa3cc5df268311fc2d2
[PATCH] rename net_random to random32

Make net_random() more widely available by calling it random32

akpm: hopefully this will permit the removal of carta_random32.  That needs
confirmation from Stephane - this code looks somewhat more computationally
expensive, and has a different (ie: callee-stateful) interface.

[akpm@osdl.org: lots of build fixes, cleanups]
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Stephane Eranian <eranian@hpl.hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/net.h
include/linux/random.h
lib/Makefile
lib/random32.c [new file with mode: 0644]
net/core/dev.c
net/core/utils.c