From 1c15f4c7a56749d7e6364c203aa6cdc5eb829478 Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 22 Oct 2012 03:00:20 +0000 Subject: Add support for gjournal to dumpfs PR: 165821 Submitted by: Andreas Longwitz Approved by: cperciva MFC after: 3 days --- sbin/dumpfs/dumpfs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/dumpfs') diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index 2926d1a..d560845 100644 --- a/sbin/dumpfs/dumpfs.c +++ b/sbin/dumpfs/dumpfs.c @@ -419,6 +419,8 @@ marshal(const char *name) /* -i is dumb */ if (fs->fs_flags & FS_SUJ) printf("-j "); + if (fs->fs_flags & FS_GJOURNAL) + printf("-J "); /* -k..l unimplemented */ printf("-m %d ", fs->fs_minfree); /* -n unimplemented */ -- cgit v1.1