OSDN Git Service

btrfs: drop stale reference to volume_mutex
authorAnand Jain <anand.jain@oracle.com>
Wed, 13 May 2020 17:42:45 +0000 (01:42 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 May 2020 09:25:35 +0000 (11:25 +0200)
commitae3e715f85fff878b317369b898cf4b89785c80a
treec05e6b915e07ae56bd9af2d8144bb3c56f820a05
parent583e4a2384db843fa8ae9a67aff8ea0eed140e61
btrfs: drop stale reference to volume_mutex

Commit dccdb07bc996 ("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>
fs/btrfs/volumes.c