diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 2a0d44fd2dd9..b5e2daf538d4 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c @@ -3374,6 +3374,7 @@ again: * alignment and size). */ ret = -EUCLEAN; + mutex_unlock(&fs_info->reclaim_bgs_lock); goto error; }