From: Tyson Nottingham Date: Wed, 24 Jan 2018 03:33:17 +0000 (-0800) Subject: debugfs: remove misplaced "MMP is unsupported" message X-Git-Tag: v1.43.9~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f54f08bd0b9a8a496b19c7b2ce5d53af26c44680;p=thirdparty%2Fe2fsprogs.git 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 Signed-off-by: Theodore Ts'o Reviewed-by: Darrick J. Wong --- diff --git a/debugfs/debugfs.c b/debugfs/debugfs.c index 91ededfe4..e46532fee 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)),