Re: [PATCH 13/14] btrfs: raid56: don't lock stripe cache table when freeing

2018-06-29 Thread David Sterba
On Fri, Jun 29, 2018 at 10:57:07AM +0200, David Sterba wrote: > This is called either at the end of the mount or if the mount fails. > In both cases, there's nothing running that can use the table so the > lock is pointless. And then lockdep says no. The umount path frees the table but there's som

[PATCH 13/14] btrfs: raid56: don't lock stripe cache table when freeing

2018-06-29 Thread David Sterba
This is called either at the end of the mount or if the mount fails. In both cases, there's nothing running that can use the table so the lock is pointless. Signed-off-by: David Sterba --- fs/btrfs/raid56.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/btrfs/raid56.c b/fs/btrfs/raid56