Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 11:25:34 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19981 for review
Message-ID:  <200210231825.g9NIPYK5019739@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19981

Change 19981 by jhb@jhb_laptop on 2002/10/23 11:25:25

	Catch up to GENERIC, turn on UFS_ACL and UFS_DIRHASH.

Affected files ...

.. //depot/projects/smpng/sys/alpha/conf/ALPHA#6 edit
.. //depot/projects/smpng/sys/alpha/conf/ALPHA-up#5 edit
.. //depot/projects/smpng/sys/i386/conf/X86#5 edit
.. //depot/projects/smpng/sys/i386/conf/X86-up#5 edit

Differences ...

==== //depot/projects/smpng/sys/alpha/conf/ALPHA#6 (text+ko) ====

@@ -17,6 +17,8 @@
 options 	INET6			#IPv6 communications protocols
 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 	NFSCLIENT		#Network Filesystem Client
 options 	CD9660			#ISO 9660 Filesystem
 options 	PROCFS			#Process filesystem

==== //depot/projects/smpng/sys/alpha/conf/ALPHA-up#5 (text+ko) ====

@@ -17,6 +17,8 @@
 options 	INET6			#IPv6 communications protocols
 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 	NFSCLIENT		#Network Filesystem Client
 options 	CD9660			#ISO 9660 Filesystem
 options 	PROCFS			#Process filesystem

==== //depot/projects/smpng/sys/i386/conf/X86#5 (text+ko) ====

@@ -13,6 +13,8 @@
 options 	INET6			#IPv6 communications protocols
 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 	NFSCLIENT		#Network Filesystem Client
 options 	CD9660			#ISO 9660 Filesystem
 options 	PROCFS			#Process filesystem

==== //depot/projects/smpng/sys/i386/conf/X86-up#5 (text+ko) ====

@@ -13,6 +13,8 @@
 options 	INET6			#IPv6 communications protocols
 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 	NFSCLIENT		#Network Filesystem Client
 options 	CD9660			#ISO 9660 Filesystem
 options 	PROCFS			#Process filesystem

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210231825.g9NIPYK5019739>