commit | d8d12558dc24e32f489dc471ba19f25273edce7c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Feb 18 09:55:04 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 18 15:27:04 2008 -0500 |
tree | 3ef95928192d975043d5b6804ab282b587673756 | |
parent | bbf54adb034dbf589d40c4b28c9bb7fe492b87ed [diff] |
debugfs: Fix error handling in strtoblk() and common_block_args_process() Fix strtoblk() to allow a block number 0, and common_block_args_process() so it prints an error message if a block number that can't be parsed by strtoul(). Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>