]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
debugfs: remove misplaced "MMP is unsupported" message
authorTyson Nottingham <tgnottingham@gmail.com>
Wed, 24 Jan 2018 03:33:17 +0000 (19:33 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 8 Feb 2018 04:28:17 +0000 (23:28 -0500)
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>
debugfs/debugfs.c

index 91ededfe44b98f9fddd151fba9287d8a78162088..e46532fee6b1d79ed79e969a4df2c7a2354e78b7 100644 (file)
@@ -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)),