]> 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>
Thu, 9 Jan 2020 19:19:58 +0000 (14:19 -0500)
commit3c23017d9f7f336b472d5ed60427176c2a048591
tree5d8c16ca765346f0a0202e3c1ec4a606a15d41d6
parent3d0a5b1c88214ef4b5ea28f25c2aacc1358b585c
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.

Addresses-Debian-Bug: 948508
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
(cherry picked from commit 71ba13755337e19c9a826dfc874562a36e1b24d3)
e2fsck/pass1b.c
e2fsck/rehash.c