]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7b58258ef8cc8ed077259bfc59e543500987b458
tree563a7b08688ba07ebdbdfc5e1d13ab89e2ed8062
parent95119de8aca74b369f54634455333bedb73a5021
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