]> asedeno.scripts.mit.edu Git - linux.git/commit
md.c:didn't unlock the mddev before return EINVAL in array_size_store
authorZhilong Liu <zlliu@suse.com>
Mon, 10 Apr 2017 06:15:55 +0000 (14:15 +0800)
committerShaohua Li <shli@fb.com>
Mon, 10 Apr 2017 17:50:24 +0000 (10:50 -0700)
commitb670883bb9e55ba63a278d83e034faefc01ce2cf
tree9dd671e38507926c396fd20a32e095afdf944087
parent065e519e71b2c1f41936cce75b46b5ab34adb588
md.c:didn't unlock the mddev before return EINVAL in array_size_store

md.c: it needs to release the mddev lock before
the array_size_store() returns.

Fixes: ab5a98b132fd ("md-cluster: change array_sectors and update size are not supported")
Signed-off-by: Zhilong Liu <zlliu@suse.com>
Reviewed-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/md.c