md/bitmap: use set_bit etc for bitmap page attributes
commit6964d1bb2773643018889c8518f95f279d93737b
authorNeil Brown <neilb@suse.de>
Sat, 11 Aug 2007 23:04:41 +0000 (12 01:04 +0200)
committerAdrian Bunk <bunk@stusta.de>
Sat, 11 Aug 2007 23:04:41 +0000 (12 01:04 +0200)
tree39439ebc5c7c60842dcbb0733f26d0d1c9ff1b23
parent65d3f3569815bda6f390244825f046ed8248d3e0
md/bitmap: use set_bit etc for bitmap page attributes

In particular, this means that we use 4 bits per page instead of a whole
unsigned long.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
drivers/md/bitmap.c