diff options
| author | Theodore Ts'o <tytso@mit.edu> | 2011-11-14 23:31:24 -0500 |
|---|---|---|
| committer | Theodore Ts'o <tytso@mit.edu> | 2011-11-18 22:12:12 -0500 |
| commit | 5e96c5721d58acfbf9d76b62214f6ae421fe4e6b (patch) | |
| tree | 5d844c04cb1df98e34224d0cc28928d9325e68ca /debugfs/debug_cmds.ct | |
| parent | e88c5a33a841026728fa7c9fcc4bcdca6580b495 (diff) | |
| download | platform_external_e2fsprogs-5e96c5721d58acfbf9d76b62214f6ae421fe4e6b.tar.gz platform_external_e2fsprogs-5e96c5721d58acfbf9d76b62214f6ae421fe4e6b.tar.bz2 platform_external_e2fsprogs-5e96c5721d58acfbf9d76b62214f6ae421fe4e6b.zip | |
debugfs: add the freefrag command
The freefrag command provides the functionality of e2freefrag on the
currently open file system in debugfs.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debugfs/debug_cmds.ct')
| -rw-r--r-- | debugfs/debug_cmds.ct | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debugfs/debug_cmds.ct b/debugfs/debug_cmds.ct index ea677dac3..47de672f7 100644 --- a/debugfs/debug_cmds.ct +++ b/debugfs/debug_cmds.ct @@ -13,6 +13,9 @@ request do_open_filesys, "Open a filesystem", request do_close_filesys, "Close the filesystem", close_filesys, close; +request do_freefrag, "Report free space fragmentation", + freefrag, e2freefrag; + request do_features, "Set/print superblock features", feature, features; |
