diff options
author | 2022-09-16 22:15:25 +0800 | |
---|---|---|
committer | 2022-09-30 23:46:53 -0400 | |
commit | a7a79c292ac3776bed20d575a96194181a397125 (patch) | |
tree | 082441c37f62ff4ddccbae8402af0316f9ebd635 /scripts/generate_rust_analyzer.py | |
parent | ext4: factor out ext4_journal_data_mode_check() (diff) | |
download | linux-dev-a7a79c292ac3776bed20d575a96194181a397125.tar.xz linux-dev-a7a79c292ac3776bed20d575a96194181a397125.zip |
ext4: unify the ext4 super block loading operation
Now we load the super block from the disk in two steps. First we load
the super block with the default block size(EXT4_MIN_BLOCK_SIZE). Second
we load the super block with the real block size. The second step is a
little far from the first step. This patch move these two steps together
in a new function.
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20220916141527.1012715-15-yanaijie@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions