[PATCH] dm mirror log: bitset_size fix
authorAlasdair G Kergon <agk@redhat.com>
Mon, 26 Jun 2006 07:27:29 +0000 (00:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:35 +0000 (09:58 -0700)
commit29121bd0b00ebb9524971a583fea4a2f7afe8041
tree499be8e6dea167fd9a17ccce11467d6bdd1c40dc
parentb7cca195c4cc051210f3e60a859b779ca833a2e4
[PATCH] dm mirror log: bitset_size fix

Fix the 'sizeof' in the region log bitmap size calculation: it's uint32_t, not
unsigned long - this breaks on some archs.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/dm-log.c