Module Name: src
Committed By: ad
Date: Tue May 12 21:01:02 UTC 2009
Modified Files:
src/sys/ufs/ffs: fs.h
Log Message:
Reserve a bit for FS_GJOURNAL (from FreeBSD).
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/ufs/ffs/fs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/ufs/ffs/fs.h
diff -u src/sys/ufs/ffs/fs.h:1.52 src/sys/ufs/ffs/fs.h:1.53
--- src/sys/ufs/ffs/fs.h:1.52 Mon Feb 23 03:01:13 2009
+++ src/sys/ufs/ffs/fs.h Tue May 12 21:01:02 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: fs.h,v 1.52 2009/02/23 03:01:13 dholland Exp $ */
+/* $NetBSD: fs.h,v 1.53 2009/05/12 21:01:02 ad Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@@ -417,6 +417,7 @@
#define FS_INDEXDIRS 0x008 /* kernel supports indexed directories */
#define FS_ACLS 0x010 /* file system has ACLs enabled */
#define FS_MULTILABEL 0x020 /* file system is MAC multi-label */
+#define FS_GJOURNAL 0x40 /* gjournaled file system */
#define FS_FLAGS_UPDATED 0x80 /* flags have been moved to new location */
#define FS_DOWAPBL 0x100 /* Write ahead physical block logging */