diff options
author | pjd <pjd@FreeBSD.org> | 2007-04-10 16:49:41 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2007-04-10 16:49:41 +0000 |
commit | b159725895c2c6ab74dca42155e2a313c18b641a (patch) | |
tree | 130925a1a79fb199ccfe97398818bc07237739ad /sys/pc98/conf | |
parent | 9de00d802e8f251b8cc85316e0b13c89ca7b283b (diff) | |
download | FreeBSD-src-b159725895c2c6ab74dca42155e2a313c18b641a.zip FreeBSD-src-b159725895c2c6ab74dca42155e2a313c18b641a.tar.gz |
Add UFS_GJOURNAL options to the GENERIC kernel.
Approved by: re (kensmith)
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r-- | sys/pc98/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
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 |