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/sparc64/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/sparc64/conf') diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index f9f2c09..94767fb 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -39,6 +39,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