reiserfs: use hweight_long()
authorAkinobu Mita <akinobu.mita@gmail.com>
Tue, 26 Jul 2011 00:13:38 +0000 (17:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2011 03:57:17 +0000 (20:57 -0700)
commit9d6bf5aa177ee7ffdcee2a590ef8a1bf9e8ade87
tree563a7b08688ba07ebdbdfc5e1d13ab89e2ed8062
parent0c2fd1bfb155947a821fdaeb3c46aa1cfa20ad64
reiserfs: use hweight_long()

Use hweight_long() to count free bits in the bitmap.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/bitmap.c