OSDN Git Service

Fix bug in e2fsck: When reconnecting a directory, we may
authorTheodore Ts'o <tytso@mit.edu>
Fri, 12 Dec 2003 08:00:56 +0000 (03:00 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Dec 2003 08:00:56 +0000 (03:00 -0500)
commit2e5fcce05ea583c480b28bf3b1f2aa427a3dcc07
treef88c9de0fa824574927dee3ab87b61c6442e4519
parent2d9f0804bf6265f36f50fcde80b4cb5ef89fa936
Fix bug in e2fsck:  When reconnecting a directory, we may
need to create a lost+found directory.  This may
invalidate our pointer to the directory information, so we
must look it up again after calling
e2fsck_reconnect_file().  (Addresses Debian bug #219640).
e2fsck/ChangeLog
e2fsck/pass3.c
tests/ChangeLog
tests/f_lpf2/expect.1 [new file with mode: 0644]
tests/f_lpf2/expect.2 [new file with mode: 0644]
tests/f_lpf2/image.gz [new file with mode: 0644]
tests/f_lpf2/name [new file with mode: 0644]