btrfs: drop stale reference to volume_mutex
Commit dccdb07bc9
("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 <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
583e4a2384
commit
ae3e715f85
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue