]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: don't try to rehash a deleted directory
authorTheodore Ts'o <tytso@mit.edu>
Fri, 20 Dec 2019 00:45:06 +0000 (19:45 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 20 Dec 2019 17:39:00 +0000 (12:39 -0500)
commit71ba13755337e19c9a826dfc874562a36e1b24d3
tree11fa3dc4b9c818010347cf356ef4c31e721396d4
parent8dd73c149f418238f19791f9d666089ef9734dff
e2fsck: don't try to rehash a deleted directory

If directory has been deleted in pass1[bcd] processing, then we
shouldn't try to rehash the directory in pass 3a when we try to
rehash/reoptimize directories.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass1b.c
e2fsck/rehash.c