]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
Don't attempt to create or read bitmaps where the metadata doesn't support it.
authorNeilBrown <neilb@suse.de>
Wed, 24 Mar 2010 00:57:42 +0000 (11:57 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 6 Apr 2010 23:18:01 +0000 (09:18 +1000)
commitebeb36638225e86826052400c1c538857bc7c461
treed13ddb6bab316f6c971c295f7f003cb04a45bff9
parent9b0502b879dc6308428bc2bce4f8e1b56fc93f6c
Don't attempt to create or read bitmaps where the metadata doesn't support it.

In particular, if the relevant bitmap method is NULL, don't try to
call it, print an error instead.

Signed-off-by: NeilBrown <neilb@suse.de>
Create.c
Grow.c
bitmap.c