udf: convert udf_count_free_bitmap to use bitmap_weight
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Sat, 2 Feb 2008 21:37:07 +0000 (22:37 +0100)
committerJan Kara <jack@suse.cz>
Thu, 17 Apr 2008 12:22:29 +0000 (14:22 +0200)
commit01b954a36a03d90a66c9dd1fc13e4cb51269caf7
tree5abbd5e79c9858ef20844be77edf3133eda0ed98
parentd652eefb70142c64495f4188883f9dfc0430a96b
udf: convert udf_count_free_bitmap to use bitmap_weight

replace handwritten bits counting with bitmap_weight

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/super.c