]> git.karo-electronics.de Git - karo-tx-linux.git/commit
md: fix bitmap-on-external-file bug.
authorNeilBrown <neilb@suse.de>
Thu, 8 Jan 2009 21:31:05 +0000 (08:31 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 18 Jan 2009 18:43:47 +0000 (10:43 -0800)
commit343899464126c69eedd282580acfcf8b5891b736
tree203a0ea03d9e06d647158d5b4834cee9593c1b7f
parent2906f0338509bf9a5f5a89f07cf592523133b8b2
md: fix bitmap-on-external-file bug.

commit 538452700d95480c16e7aa6b10ff77cd937d33f4 upstream.

commit a2ed9615e3222645007fc19991aedf30eed3ecfd
fixed a bug with 'internal' bitmaps, but in the process broke
'in a file' bitmaps.  So they are broken in 2.6.28

This fixes it, and needs to go in 2.6.28-stable.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/md/bitmap.c