Whamcloud - gitweb
e2fsck: mark that we don't care about the return value of e2fsck_lookup()
authorTheodore Ts'o <tytso@mit.edu>
Fri, 12 Aug 2022 03:14:33 +0000 (23:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Aug 2022 03:14:33 +0000 (23:14 -0400)
commite8b05eb89c75b50876ffc9e23b17811bc429fe19
tree1a05fa634289becfc66560ac6cddf751efd5aa3a
parent45dc484a25f234722f6b0fe4f8fc12080429a1dd
e2fsck: mark that we don't care about the return value of e2fsck_lookup()

We only print the parent directory to help provide context to the
user, but it's possible that a corrupted directory doesn't have a '..'
link.

Addresses-Coverity-Bug: 1507762
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass3.c