Files
linux/fs/f2fs
Eric Sandeen 71e9bd3d5c f2fs: pass sbi rather than sb to parse_options()
With the new mount API the sb will not be available during initial option
parsing, which will happen before fill_super reads sb from disk.

Now that the sb is no longer directly referenced in parse_options, switch
it to use sbi.

(Note that all calls to f2fs_sb_has_* originating from parse_options will
need to be deferred to later before we can use the new mount API.)

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2025-03-13 18:16:07 +00:00
..
2023-01-19 09:24:27 +01:00
2025-03-11 19:37:55 +00:00
2025-02-13 17:58:31 +00:00
2025-03-13 18:16:06 +00:00
2021-08-23 10:25:51 -07:00
2025-02-28 16:31:06 +00:00
2025-03-11 19:38:00 +00:00
2025-03-13 18:15:59 +00:00