Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a25c75d5 authored by Dan Carpenter's avatar Dan Carpenter Committed by Josef Bacik
Browse files

Btrfs: cleanup: use consistent lock naming



It confuses Smatch that we use two names for the same lock.  Plus the
shorter name is nicer.  This doesn't change how the code works, it's
just a cleanup.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
parent e06baab4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3578,7 +3578,7 @@ again:
	space_info->chunk_alloc = 0;
	spin_unlock(&space_info->lock);
out:
	mutex_unlock(&extent_root->fs_info->chunk_mutex);
	mutex_unlock(&fs_info->chunk_mutex);
	return ret;
}