]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd556788592208da06f6e77899c949018cfaffd00
treec05e6b915e07ae56bd9af2d8144bb3c56f820a05
parentda75c29df7733ba797ed23917dea64b95f493e09
btrfs: drop stale reference to volume_mutex

Commit 727a6ed19be2 ("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