Whamcloud - gitweb
debugfs: fix init_filesys help text
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Dec 2013 17:29:07 +0000 (12:29 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 12 Dec 2013 17:39:54 +0000 (12:39 -0500)
commit57d4fb66d237fd8b734d2aa6b13502fac9c6e5a3
tree486ebc76c5fb8b9531b7bea95b047f5eec1470e4
parentd20403df479efb35966470920c9a5cda581126d0
debugfs: fix init_filesys help text

The help text for debugfs' init_filesys command is incorrect; the
second parameter is the size of the filesystem in blocks, not the size
of an individual filesystem block.  There is in fact no way to set
that parameter.

Reported-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/debugfs.c