summaryrefslogtreecommitdiff
path: root/debugfs
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-02-09 00:29:10 -0500
committerTheodore Ts'o <tytso@mit.edu>2018-02-09 00:29:10 -0500
commit604075a0ad8af25cb6ad690bf01db8d6e266bfca (patch)
tree74ae671387d78b35ac5471fb572098390fa28008 /debugfs
parentf077fce7e6918bd97070c558190140306e795a8c (diff)
parent146649cd226580b4a5480cc5940982295072971d (diff)
Merge tag 'v1.43.9' into next
v1.43.9
Diffstat (limited to 'debugfs')
-rw-r--r--debugfs/debugfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/debugfs/debugfs.c b/debugfs/debugfs.c
index a17d9082..398bf722 100644
--- a/debugfs/debugfs.c
+++ b/debugfs/debugfs.c
@@ -2357,8 +2357,6 @@ void do_dump_mmp(int argc EXT2FS_ATTR((unused)), char *argv[])
fprintf(stdout, "device_name: %s\n", mmp_s->mmp_bdevname);
fprintf(stdout, "magic: 0x%x\n", mmp_s->mmp_magic);
fprintf(stdout, "checksum: 0x%08x\n", mmp_s->mmp_checksum);
- fprintf(stdout, "MMP is unsupported, please recompile with "
- "--enable-mmp\n");
}
#else
void do_dump_mmp(int argc EXT2FS_ATTR((unused)),