Whamcloud - gitweb
tune2fs: update dir checksums when clearing dir_index feature
authorJan Kara <jack@suse.cz>
Thu, 13 Feb 2020 10:16:02 +0000 (11:16 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 15 Mar 2020 16:52:52 +0000 (12:52 -0400)
commit514fde0296c2085fb11685820f3d396d5c41026e
tree26701844a25c6a05c3f45f4fc8ffd707c314b60d
parent4ed27a5bb9bfabaf437b45aaad315f028da5a6f1
tune2fs: update dir checksums when clearing dir_index feature

When clearing dir_index feature while metadata_csum is enabled, we have
to rewrite checksums of all indexed directories to update checksums of
internal tree nodes.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/tune2fs.c