On Sun, Dec 29, 2013 at 10:47:54PM -0500, Eric Whitney wrote: > In response to reviewer comments, commit fe56188b07 included changes > that modified some of the code used to output error messages when > checking user-supplied block numbers. These changes converted calls > to parse_ulonglong() to calls to strtoblk(). Because strtoblk() calls > parse_ulonglong(), and both output error messages, two redundant and > relatively generic messages were output on each error. > > Fix this by removing the error message output from strtoblk(), and > extending it to accept an optional error message argument that it > supplies in lieu of a default to parse_ulonglong(). Also, revert to > the more descriptive original error messages with mods per reviewer > comments, and fix an error message in do_replace_node(). > > Signed-off-by: Eric Whitney <enwlinux@xxxxxxxxx> Applied to the maint branch, thanks!! - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html