exfat: don't RCU-free the sbi
authorChristoph Hellwig <hch@lst.de>
Wed, 9 Aug 2023 22:05:41 +0000 (15:05 -0700)
committerChristian Brauner <brauner@kernel.org>
Thu, 10 Aug 2023 08:34:55 +0000 (10:34 +0200)
commitc934dc927e8efa9e0dc3cba8787912d6c23d272f
tree09412d140b7bd1c969a59587aa16f0c5ed0d2fd6
parent1489dffd51d7e4519855723b00516719d5aa3a6a
exfat: don't RCU-free the sbi

There are no RCU critical sections for accessing any information in the
sbi, so drop the call_rcu indirection for freeing the sbi.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Message-Id: <20230809220545.1308228-10-hch@lst.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/exfat/exfat_fs.h
fs/exfat/super.c