commit | f71f1cf97c781db1be8ae0190e0983e1fceac14a | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Tue Sep 13 10:28:00 2016 -0700 |
committer | Shaohua Li <shli@fb.com> | Wed Sep 21 09:09:44 2016 -0700 |
tree | 154a1cf49bf2697d6a311f42ec871b83c50267c8 | |
parent | 1dffddddd8315863f1a6d79c512b737864ef6a1a [diff] |
md/bitmap: fix wrong cleanup if bitmap_create fails, the bitmap is already cleaned up and the returned value is an error number. We can't do the cleanup again. Reported-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Shaohua Li <shli@fb.com>