Commit 71e9bd3
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>1 parent b7de231 commit 71e9bd3
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
| 676 | + | |
677 | 677 | | |
678 | | - | |
679 | 678 | | |
680 | 679 | | |
681 | 680 | | |
| |||
2376 | 2375 | | |
2377 | 2376 | | |
2378 | 2377 | | |
2379 | | - | |
| 2378 | + | |
2380 | 2379 | | |
2381 | 2380 | | |
2382 | 2381 | | |
| |||
4546 | 4545 | | |
4547 | 4546 | | |
4548 | 4547 | | |
4549 | | - | |
| 4548 | + | |
4550 | 4549 | | |
4551 | 4550 | | |
4552 | 4551 | | |
| |||
0 commit comments