]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net/sunrpc: rename random32() to prandom_u32()
authorAkinobu Mita <akinobu.mita@gmail.com>
Tue, 26 Mar 2013 23:26:10 +0000 (10:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:26:31 +0000 (17:26 +1100)
commit471d948b06345ffb1bf33f1f2c6afdffb6ea15ac
treec0bd28cdcf31891a50bfeec0b0194935adce3236
parentc8f89a6e6196f0356ba5ce80b85f9f91b256cf26
net/sunrpc: rename random32() to prandom_u32()

Use preferable function name which implies using a pseudo-random
number generator.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
net/sunrpc/auth_gss/gss_krb5_wrap.c