]> Git Repo - linux.git/commit - fs/ntfs3/super.c
fs/ntfs3: Init spi more in init_fs_context than fill_super
authorKari Argillander <[email protected]>
Tue, 7 Sep 2021 15:35:53 +0000 (18:35 +0300)
committerKonstantin Komarov <[email protected]>
Thu, 9 Sep 2021 16:28:53 +0000 (19:28 +0300)
commit27fac77707a1d99deef33fd5f3f5f2ed96bfbf6a
treede5b8126e3fdabddb4f6a94511318016af796568
parent610f8f5a7baf998e70a61c63e53869b676d9b04c
fs/ntfs3: Init spi more in init_fs_context than fill_super

init_fs_context() is meant to initialize s_fs_info (spi). Move spi
initializing code there which we can initialize before fill_super().

Signed-off-by: Kari Argillander <[email protected]>
Signed-off-by: Konstantin Komarov <[email protected]>
fs/ntfs3/super.c
This page took 0.046648 seconds and 4 git commands to generate.