No functional changes. commit dccdb07bc996 (btrfs: kill btrfs_fs_info::volume_mutex) killed the volume_mutex. Drop all references to volumes_mutex including the comment sections. Fixes: dccdb07bc996 (btrfs: kill btrfs_fs_info::volume_mutex) Signed-off-by: Anand Jain <anand.jain@xxxxxxxxxx> --- fs/btrfs/volumes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index be1e047a489e..60ab41c12e50 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c @@ -280,7 +280,6 @@ static int __btrfs_map_block(struct btrfs_fs_info *fs_info, * ============ * * uuid_mutex - * volume_mutex * device_list_mutex * chunk_mutex * balance_mutex -- 2.25.1
