summaryrefslogtreecommitdiff
path: root/debugfs
diff options
context:
space:
mode:
authorTyson Nottingham <tgnottingham@gmail.com>2018-01-23 19:33:17 -0800
committerTheodore Ts'o <tytso@mit.edu>2018-02-07 23:28:17 -0500
commitf54f08bd0b9a8a496b19c7b2ce5d53af26c44680 (patch)
tree5a8f5d9145d626d2b1fe8a8dff9f7f8ffb300256 /debugfs
parentc280fc618e831bff51cd7ef7bf3ac167acb6064b (diff)
debugfs: remove misplaced "MMP is unsupported" message
This message was inadvertently copied from the version of do_dump_mmp that is used when CONFIG_MMP is disabled. Signed-off-by: Tyson Nottingham <tgnottingham@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
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 91ededfe..e46532fe 100644
--- a/debugfs/debugfs.c
+++ b/debugfs/debugfs.c
@@ -2366,8 +2366,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)),