md/bitmap: ensure to load bitmap when creating via sysfs.
authorNeilBrown <neilb@suse.de>
Mon, 19 Mar 2012 01:46:37 +0000 (12:46 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 19 Mar 2012 01:46:37 +0000 (12:46 +1100)
commit4474ca42e2577563a919fd3ed782e2ec55bf11a2
treedb451c8fad37b281ddbf1d00a779257537cc61ff
parentc744a65c1e2d59acc54333ce80a5b0702a98010b
md/bitmap: ensure to load bitmap when creating via sysfs.

When commit 69e51b449d383e (md/bitmap:  separate out loading a bitmap...)
created bitmap_load, it missed calling it after bitmap_create when a
bitmap is created through the sysfs interface.
So if a bitmap is added this way, we don't allocate memory properly
and can crash.

This is suitable for any -stable release since 2.6.35.
Cc: stable@vger.kernel.org
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/bitmap.c