]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
affs: use memweight()
authorAkinobu Mita <akinobu.mita@gmail.com>
Mon, 30 Jul 2012 21:41:00 +0000 (14:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2012 00:25:16 +0000 (17:25 -0700)
commit0121ad62c20ed779e38ad689071da2805f03249f
treef57cfaedca6a8301cd955a6160dcf256025c9541
parent8fb980e35b41bbb79aa47f48839d95f0354af3c4
affs: use memweight()

Use memweight() to count the total number of bits set in memory area.

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/affs/bitmap.c