Re: [PATCH v2] btrfs: Add comments on locking of several device-related fields

2019-05-10 Thread David Sterba
On Thu, May 09, 2019 at 06:11:11PM +0300, Nikolay Borisov wrote: > Signed-off-by: Nikolay Borisov Added to 5.3 queue, thanks.

[PATCH v2] btrfs: Add comments on locking of several device-related fields

2019-05-09 Thread Nikolay Borisov
Signed-off-by: Nikolay Borisov --- V2: * Document post_commit_list is protected by chunk_mutex in the "Device Locking" section. fs/btrfs/volumes.c | 4 +++- fs/btrfs/volumes.h | 11 --- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/fs/btrfs/volumes.c b/fs/btrfs/vo