]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: delete bad inode fix for bigalloc
authorharshads <harshads@google.com>
Fri, 23 Mar 2018 18:34:05 +0000 (11:34 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 24 Mar 2018 15:14:44 +0000 (11:14 -0400)
commit9d248022a30f12374e7bb591e83183be7a381574
tree3fdc90a99835f59731f3d949d4a5fccc07367e9e
parent7cc4cf5c7c010a01b38c89065e4ee0465f3692b4
e2fsck: delete bad inode fix for bigalloc

While deleting a bad inode in fsck pass2, we should remove clusters
only once. We do it by remembering last released cluster while
deleting clusters one by one.

Signed-off-by: Harshad Shirwadkar <harshads@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass2.c
tests/f_bigalloc_badinode/expect.1 [new file with mode: 0644]
tests/f_bigalloc_badinode/expect.2 [new file with mode: 0644]
tests/f_bigalloc_badinode/name [new file with mode: 0644]
tests/f_bigalloc_badinode/script [new file with mode: 0644]