btrfs: raid56: no need for irqsafe locking
authorChristoph Hellwig <hch@lst.de>
Fri, 20 Jan 2023 07:46:57 +0000 (08:46 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 17 Apr 2023 16:01:13 +0000 (18:01 +0200)
commit74cc3600e8a7599557cf684ba8760d6cb2c911d8
tree8f11d0fe22b3f7a0a19334fc5c6d8d23e65acb7b
parent9a93b5a35388aabb061212e906221a540ffdb965
btrfs: raid56: no need for irqsafe locking

These days all the operations that take locks in the raid56.c code are
run from user context (mostly workqueues).  Drop all the irqsafe locking
that is not required any more.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/raid56.c