Whamcloud - gitweb
Allow debugfs to be extended for use by test programs
authorTheodore Ts'o <tytso@mit.edu>
Fri, 31 Aug 2007 17:39:23 +0000 (13:39 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 18 Feb 2008 20:27:04 +0000 (15:27 -0500)
commit49ce6cb5cee956a478a3704c92619de1c7f204d5
tree3f6702aabd35abde990a68991dd06b62e6127cda
parentd8d12558dc24e32f489dc471ba19f25273edce7c
Allow debugfs to be extended for use by test programs

This change allows debugfs to be reused as the base for e2fsprogs
internal test programs, by linking debugfs object files with
additional object file(s) that define additional commands.  The test
program's object file(s) should define their own comand table, and
define the symbol extra_cmds to be a pointer to the ss_request_table.
In addition, the symbol debug_prog_name can be used to override the
name of the program printed in the version banner and in the ss
prompt.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/debugfs.c