Skip to content
Commit 81e8c3c5 authored by Petr Malat's avatar Petr Malat Committed by Theodore Ts'o
Browse files

ext4: do not interpret high bytes if 64bit feature is disabled



Fields s_free_blocks_count_hi, s_r_blocks_count_hi and s_blocks_count_hi
are not valid if EXT4_FEATURE_INCOMPAT_64BIT is not enabled and should be
treated as zeroes.

Signed-off-by: default avatarPetr Malat <oss@malat.biz>
Link: https://lore.kernel.org/r/20200825150016.3363-1-oss@malat.biz


Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent b483bb77
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment