]> asedeno.scripts.mit.edu Git - linux.git/commit
md: add bitmap_abort label in md_run
authorGuoqing Jiang <gqjiang@suse.com>
Fri, 14 Jun 2019 09:10:39 +0000 (17:10 +0800)
committerSong Liu <songliubraving@fb.com>
Thu, 20 Jun 2019 23:36:00 +0000 (16:36 -0700)
commitd494549ac8852ec42854d1491dd17bb9350a0abc
tree7c6c9932d861743623cf9d74d287a7042be71799
parent617b194a13c0f3b0a6d14fc6227c222877c23b4e
md: add bitmap_abort label in md_run

Now, there are two places need to consider about
the failure of destroy bitmap, so move the common
part between bitmap_abort and abort label.

Reviewed-by: NeilBrown <neilb@suse.com>
Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: Song Liu <songliubraving@fb.com>
drivers/md/md.c