aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs.h
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2017-05-18 14:19:06 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2017-05-18 14:19:06 +0000
commitd91e61179856ba5052a43a3d90451f1e75fa039a (patch)
treec615895772683da791741c4f382eb19127504795 /usr.sbin/makefs/ffs.h
parent3afe6a68e0c9ed63a5101587e264657eb31102db (diff)
Notes
Diffstat (limited to 'usr.sbin/makefs/ffs.h')
-rw-r--r--usr.sbin/makefs/ffs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/makefs/ffs.h b/usr.sbin/makefs/ffs.h
index 2c1c5bbf2ff3..a3583b139e31 100644
--- a/usr.sbin/makefs/ffs.h
+++ b/usr.sbin/makefs/ffs.h
@@ -64,6 +64,7 @@ typedef struct {
int version; /* filesystem version (1 = FFS, 2 = UFS2) */
int maxbsize; /* maximum extent size */
int maxblkspercg; /* max # of blocks per cylinder group */
+ int softupdates; /* soft updates */
/* XXX: support `old' file systems ? */
} ffs_opt_t;