commit | 03206bd82580b5d5bf491c9465d61e7b27d38c46 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Oct 01 19:14:06 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 01 19:14:06 2008 -0400 |
tree | d46fc62792aff01ab23f7c816c1527a0a9d06d7f | |
parent | d7f45af802330a0e1450afa05185d3722e77a76c [diff] |
debugfs: Fix ncheck to print all pathnames for the inodes The ncheck command in debugfs had a bug where some inodes would not have their pathnames printed if other inodes had more than one hard link. Fix this bug and simplify the code by printing all of the pathnames for the requested inodes. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>