Re: [PATCH -v3 12/23] xfs: rename random32() to prandom_u32()

2013-03-07 Thread Ben Myers
Akinobu, On Mon, Mar 04, 2013 at 09:58:20PM +0900, Akinobu Mita wrote: > Use more preferable function name which implies using a pseudo-random > number generator. > > Signed-off-by: Akinobu Mita > Acked-by: > Cc: Ben Myers > Cc: Alex Elder > Cc: x...@oss.sgi.com Applied this to git://oss.sgi

[PATCH -v3 12/23] xfs: rename random32() to prandom_u32()

2013-03-04 Thread Akinobu Mita
Use more preferable function name which implies using a pseudo-random number generator. Signed-off-by: Akinobu Mita Acked-by: Cc: Ben Myers Cc: Alex Elder Cc: x...@oss.sgi.com --- * Change from v2 - add Acked-by: line fs/xfs/xfs_alloc.c | 2 +- fs/xfs/xfs_error.c | 2 +- fs/xfs/xfs_ialloc