commit | 9a8c0fa861e4db60409b4dda254cef5e17e4d43c | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Thu Jun 25 17:06:40 2015 +1000 |
committer | NeilBrown <neilb@suse.de> | Thu Jun 25 17:14:09 2015 +1000 |
tree | 9b812ff7b225fa4eb1376f57c253225fb9a1327e | |
parent | bd6919228d7e1867ae9e24ab27e3e4a366c87d21 [diff] |
md: unlock mddev_lock on an error path. This error path retuns while still holding the lock - bad. Fixes: 6791875e2e53 ("md: make reconfig_mutex optional for writes to md sysfs files.") Cc: stable@vger.kernel.org (v4.0+) Signed-off-by: NeilBrown <neilb@suse.com>