Skip to content

Commit ae3e715

Browse files
asjkdave
authored andcommitted
btrfs: drop stale reference to volume_mutex
Commit dccdb07 ("btrfs: kill btrfs_fs_info::volume_mutex") removed the last use of the volume_mutex, forgetting to update the comment. Signed-off-by: Anand Jain <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
1 parent 583e4a2 commit ae3e715

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

fs/btrfs/volumes.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,9 @@ static int __btrfs_map_block(struct btrfs_fs_info *fs_info,
280280
* ============
281281
*
282282
* uuid_mutex
283-
* volume_mutex
284-
* device_list_mutex
285-
* chunk_mutex
286-
* balance_mutex
283+
* device_list_mutex
284+
* chunk_mutex
285+
* balance_mutex
287286
*
288287
*
289288
* Exclusive operations, BTRFS_FS_EXCL_OP

0 commit comments

Comments
 (0)