diff options
author | Zhang Yi <yi.zhang@huawei.com> | 2023-03-15 04:31:26 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2023-06-27 02:35:13 +0300 |
commit | 5cf036d4f1489d7ba04b948e415f662521902c30 (patch) | |
tree | ee8dce6a2f3e55ac109bc9816bbb5982a6a8f0c9 /crypto/hash.h | |
parent | 5c5bd1fef3ec913f9c597c6f61a9b903096415bf (diff) | |
download | linux-5cf036d4f1489d7ba04b948e415f662521902c30.tar.xz |
jbd2: switch to check format version in superblock directly
We should only check and set extented features if journal format version
is 2, and now we check the in memory copy of the superblock
'journal->j_format_version', which relys on the parameter initialization
sequence, switch to use the h_blocktype in superblock cloud be more
clear.
Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230315013128.3911115-5-chengzhihao1@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'crypto/hash.h')
0 files changed, 0 insertions, 0 deletions