From b159725895c2c6ab74dca42155e2a313c18b641a Mon Sep 17 00:00:00 2001 From: pjd Date: Tue, 10 Apr 2007 16:49:41 +0000 Subject: Add UFS_GJOURNAL options to the GENERIC kernel. Approved by: re (kensmith) --- sys/pc98/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/pc98/conf') diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index fbbe7f5..0d2f82f 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -36,6 +36,7 @@ options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories +options UFS_GJOURNAL # Enable gjournal-based UFS journaling. options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server -- cgit v1.1