Whamcloud - gitweb
debugfs: Fix ncheck to print all pathnames for the inodes
authorTheodore Ts'o <tytso@mit.edu>
Wed, 1 Oct 2008 23:14:06 +0000 (19:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Oct 2008 23:14:06 +0000 (19:14 -0400)
commit03206bd82580b5d5bf491c9465d61e7b27d38c46
treed46fc62792aff01ab23f7c816c1527a0a9d06d7f
parentd7f45af802330a0e1450afa05185d3722e77a76c
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>
debugfs/ncheck.c