diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-29 04:01:10 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-29 04:01:10 +0000 |
commit | b1db7c20a766fa13add577d30d687458df0732f8 (patch) | |
tree | 3cffdb6ff6e23545ed4205acd3ba7dea073ed885 | |
parent | a3f83551bbb068d958c80d7feb969450409cc43e (diff) |
add 2 flags from ext3. useful to help you diagnose problems.
-rw-r--r-- | sys/ufs/ext2fs/ext2fs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/ufs/ext2fs/ext2fs.h b/sys/ufs/ext2fs/ext2fs.h index 5f5b4fd9494..fa70ec75dc0 100644 --- a/sys/ufs/ext2fs/ext2fs.h +++ b/sys/ufs/ext2fs/ext2fs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs.h,v 1.6 2002/03/14 01:27:14 millert Exp $ */ +/* $OpenBSD: ext2fs.h,v 1.7 2002/07/29 04:01:09 fgsch Exp $ */ /* $NetBSD: ext2fs.h,v 1.10 2000/01/28 16:00:23 bouyer Exp $ */ /* @@ -181,6 +181,8 @@ struct m_ext2fs { #define EXT2F_INCOMPAT_COMP 0x0001 #define EXT2F_INCOMPAT_FTYPE 0x0002 +#define EXT2F_INCOMPAT_RECOVER 0x0004 +#define EXT2F_INCOMPAT_JOURNAL_DEV 0x0008 /* features supported in this implementation */ #define EXT2F_COMPAT_SUPP 0x0000 |