search for: process_inodestr_args

Displaying 1 result from an estimated 1 matches for "process_inodestr_args".

2006 Aug 24
0
debugfs.ocfs2 usage message fix
...nt accept a block number as its argument. ---8<--- extent <block#> Show extent block ---8<--- But ``extent'' says its argument is an inode number. ---8<--- debugfs: extent usage: extent <inode#> ---8<--- It is confused. So I change function process_inodestr_args() to fix that. ---8<--- Index: debugfs.ocfs2/commands.c =================================================================== --- debugfs.ocfs2/commands.c (revision 1225) +++ debugfs.ocfs2/commands.c (working copy) @@ -285,7 +285,7 @@ static int process_inodestr_args(char ** --i; if (!i) {...