Re: [PATCH] ext4: Do not interpret high bytes if 64bit feature is disabled
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-10-03 04:05:58
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-10-03 04:05:58
On Tue, Aug 25, 2020 at 05:00:16PM +0200, Petr Malat wrote:
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: Petr Malat <redacted>
Thanks, applied. - Ted