master
e2fsck: no parent lookup in disconnected dir
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).