Whamcloud - gitweb
debugfs: remove unused htree_dump "-l" argument
authorEric Sandeen <sandeen@redhat.com>
Wed, 11 May 2011 16:46:19 +0000 (11:46 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 15 May 2011 03:37:22 +0000 (23:37 -0400)
commit1ec5d104d7f8ac225a2d8576bfdc668f16acc280
tree2a6448287390f13a0fad5f5b575cd76ec8e163ce
parentd3859af33f5bbbc432dedb20e85a5ae62e0fff03
debugfs: remove unused htree_dump "-l" argument

The long_opt / -l argument was apparently never implemented,
so remove it and associated argument parsing.

This slightly changes the (undocumented) behavior because it
no longer defaults to cwd if no filespec is specified...

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/htree.c