summaryrefslogtreecommitdiff
path: root/fs/romfs
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2023-08-09 15:05:45 -0700
committerChristian Brauner <brauner@kernel.org>2023-08-10 10:34:56 +0200
commita4f64a300a299f884a1da55d99c97a87061201cd (patch)
tree249f9254282dacabba37c2e355065fed9298b91b /fs/romfs
parent5f0fb2210bb34ecd3f7bfde0d8f0068b79b2e094 (diff)
ntfs3: free the sbi in ->kill_sb
As a rule of thumb everything allocated to the fs_context and moved into the super_block should be freed by ->kill_sb so that the teardown handling doesn't need to be duplicated between the fill_super error path and put_super. Implement an ntfs3-specific kill_sb method to do that. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Christian Brauner <brauner@kernel.org> Message-Id: <20230809220545.1308228-14-hch@lst.de> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/romfs')
0 files changed, 0 insertions, 0 deletions