Christian Brauner 78a06688a4 ntfs3: drop inode references in ntfs_put_super()
Recently we moved most cleanup from ntfs_put_super() into
ntfs3_kill_sb() as part of a bigger cleanup.  This accidently also moved
dropping inode references stashed in ntfs3's sb->s_fs_info from
@sb->put_super() to @sb->kill_sb().  But generic_shutdown_super()
verifies that there are no busy inodes past sb->put_super().  Fix this
and disentangle dropping inode references from freeing @sb->s_fs_info.

Fixes: a4f64a300a29 ("ntfs3: free the sbi in ->kill_sb") # mainline only
Reported-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2023-09-07 10:23:37 -07:00
..
2023-07-03 00:21:27 +04:00
2023-07-03 00:21:27 +04:00
2023-07-03 00:21:27 +04:00
2022-11-14 19:50:42 +03:00
2023-07-03 00:21:27 +04:00
2023-07-03 00:21:27 +04:00
2023-08-02 09:13:09 -06:00
2023-07-03 00:21:27 +04:00
2023-07-03 00:21:27 +04:00
2022-09-30 17:39:47 +03:00