staging/lustre: Use roundup_pow_of_two() in LNetEQAlloc()
authorPekka Enberg <penberg@kernel.org>
Fri, 15 May 2015 18:40:20 +0000 (21:40 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 00:19:37 +0000 (09:19 +0900)
commit322489d9d551d20bfa69feef85729b82dc2edebc
treed4b46c962a0895fba6000bddfff739773211a575
parent36fc24486910d492881f279cb97ad33b69859ebd
staging/lustre: Use roundup_pow_of_two() in LNetEQAlloc()

Use roundup_pow_of_two() and drop the private cfs_power2_roundup()
implementation.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
drivers/staging/lustre/lnet/lnet/lib-eq.c