summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/fsck.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-05-12 23:44:15 +0000
committerphk <phk@FreeBSD.org>2002-05-12 23:44:15 +0000
commitd4023f2e24f76a780fa8dc8a8102a24bc61db723 (patch)
treeddf4e8af9db2f764e32a42f67fac111c0999753b /sbin/fsck_ffs/fsck.h
parente76663bf875c4d4b218d6483379d4a4133ca13ee (diff)
downloadFreeBSD-src-d4023f2e24f76a780fa8dc8a8102a24bc61db723.zip
FreeBSD-src-d4023f2e24f76a780fa8dc8a8102a24bc61db723.tar.gz
UFS2 preparation commit:
Remove support for converting old FFS formats to newer. Submitted by: mckusick Sponspored by: DARPA & NAI Labs.
Diffstat (limited to 'sbin/fsck_ffs/fsck.h')
-rw-r--r--sbin/fsck_ffs/fsck.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/fsck_ffs/fsck.h b/sbin/fsck_ffs/fsck.h
index f220026..e94a6b7 100644
--- a/sbin/fsck_ffs/fsck.h
+++ b/sbin/fsck_ffs/fsck.h
@@ -211,9 +211,6 @@ int bkgrdflag; /* use a snapshot to run on an active system */
int bflag; /* location of alternate super block */
int debug; /* output debugging info */
int cvtlevel; /* convert to newer file system format */
-int doinglevel1; /* converting to new cylinder group format */
-int doinglevel2; /* converting to new inode format */
-int newinofmt; /* filesystem has new inode format */
int bkgrdcheck; /* determine if background check is possible */
char usedsoftdep; /* just fix soft dependency inconsistencies */
char preen; /* just fix normal inconsistencies */
OpenPOWER on IntegriCloud