Re: [PATCH v2 1/5] btrfs: fix comment its device list mutex not volume lock

2019-02-11 Thread David Sterba
On Fri, Feb 08, 2019 at 03:39:37PM +0800, Anand Jain wrote: > We have killed volume mutex (commit: dccdb07bc996 > btrfs: kill btrfs_fs_info::volume_mutex). This a trival one seems to have > escaped. > > Signed-off-by: Anand Jain > --- > v2: Delete the wrong comment instead of fixing it. This pat

[PATCH v2 1/5] btrfs: fix comment its device list mutex not volume lock

2019-02-07 Thread Anand Jain
We have killed volume mutex (commit: dccdb07bc996 btrfs: kill btrfs_fs_info::volume_mutex). This a trival one seems to have escaped. Signed-off-by: Anand Jain --- v2: Delete the wrong comment instead of fixing it. fs/btrfs/volumes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/btrfs/vo