]> 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)
commit0617f3845b0dc5b38264fb2f14c8fcf1ab1af470
treec05e6b915e07ae56bd9af2d8144bb3c56f820a05
parent711ccb4edc35585fb5ce51e8c408467babf68ab8
btrfs: drop stale reference to volume_mutex

Commit 430a8db30cf4 ("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