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

2019-02-07 Thread Nikolay Borisov
On 8.02.19 г. 9:16 ч., Anand Jain wrote: > > > On 2/8/19 3:07 PM, Nikolay Borisov wrote: >> >> >> On 8.02.19 г. 9:02 ч., Anand Jain wrote: >>> We have killed volume mutex (commit: dccdb07bc996 >>> btrfs: kill btrfs_fs_info::volume_mutex) update comment. This a >>> trival one >>> seems to have

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

2019-02-07 Thread Anand Jain
On 2/8/19 3:07 PM, Nikolay Borisov wrote: On 8.02.19 г. 9:02 ч., Anand Jain wrote: We have killed volume mutex (commit: dccdb07bc996 btrfs: kill btrfs_fs_info::volume_mutex) update comment. This a trival one seems to have escaped. Signed-off-by: Anand Jain --- fs/btrfs/volumes.c | 2 +-

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

2019-02-07 Thread Nikolay Borisov
On 8.02.19 г. 9:02 ч., Anand Jain wrote: > We have killed volume mutex (commit: dccdb07bc996 > btrfs: kill btrfs_fs_info::volume_mutex) update comment. This a trival one > seems to have escaped. > > Signed-off-by: Anand Jain > --- > fs/btrfs/volumes.c | 2 +- > 1 file changed, 1 insertion(+),

[PATCH 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) update comment. This a trival one seems to have escaped. Signed-off-by: Anand Jain --- fs/btrfs/volumes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/volumes.c b/fs/btrfs/v