commit | 16b1fcf87d269ed6339be09ae84a4f833108f9c4 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Mar 13 14:19:16 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Mar 13 14:19:16 2013 -0400 |
tree | bd39d6f21636c04ef8f2bf3eb82f1f8c7691f9d7 | |
parent | d3f58ef166dea70f1e3e7a09b19c3ec964eb1730 [diff] |
debugfs: fix command failures for extent_inode commands that take arguments The extent_inode commands split_node, replace_node, and insert_node take arguments which resulted in confusing error messages after succeeding. Fix this. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>