diff --git a/WHATS_NEW b/WHATS_NEW index f73abd935..66ec2c4a8 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.85 - =================================== + Remove fs_unlock() from lv_suspend error path. Change memory locking semantic and use critical sections. Add configurable pv_min_size to select block devices by its size. Add function to read 64bit ints from config find_config_tree_int64. diff --git a/lib/activate/activate.c b/lib/activate/activate.c index f7da60de3..5c5ad38a4 100644 --- a/lib/activate/activate.c +++ b/lib/activate/activate.c @@ -1126,7 +1126,6 @@ static int _lv_suspend(struct cmd_context *cmd, const char *lvid_s, if (!_lv_suspend_lv(lv, origin_only, lockfs, flush_required)) { critical_section_dec(cmd); - fs_unlock(); goto out; }