]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm: output info more precisely when change bitmap to none
authorGuoqing Jiang <gqjiang@suse.com>
Tue, 1 Dec 2015 16:30:10 +0000 (00:30 +0800)
committerNeilBrown <neilb@suse.com>
Wed, 16 Dec 2015 02:23:58 +0000 (13:23 +1100)
commit37d0ca9be68e4a677bac02a5dde9a87f20110739
tree11940f6127d0f2a775dfc93720330feb33b44cad
parent41dbb4da227946441ebb7d211bae06dbfac311b8
mdadm: output info more precisely when change bitmap to none

WHen change bitmap to none, the infos could be more accurate
based on existed bitmap type.

And s->bitmap_file is passed from cmd "--bitmap=TYPE", so
remove s->bitmap_file from err info since it should means
change the bitmap to one type failed rather than the type is
already presented.

Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: NeilBrown <neilb@suse.com>
Grow.c