svn commit: r301294 - stable/10/release/tools
Glen Barber
gjb at FreeBSD.org
Sat Jun 4 00:32:27 UTC 2016
Author: gjb
Date: Sat Jun 4 00:32:26 2016
New Revision: 301294
URL: https://svnweb.freebsd.org/changeset/base/301294
Log:
MFC r301101:
Turn off nfsv4acls for arm/armv6 builds, which has an impact
on performance, especially with SD cards on certain SoCs.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/tools/arm.subr
Modified: stable/10/release/tools/arm.subr
==============================================================================
--- stable/10/release/tools/arm.subr Sat Jun 4 00:18:59 2016 (r301293)
+++ stable/10/release/tools/arm.subr Sat Jun 4 00:32:26 2016 (r301294)
@@ -72,7 +72,6 @@ arm_create_disk() {
chroot ${CHROOTDIR} gpart create -s bsd ${mddev}s2
chroot ${CHROOTDIR} gpart add -t freebsd-ufs -a 64k /dev/${mddev}s2
chroot ${CHROOTDIR} newfs -U -L rootfs /dev/${mddev}s2a
- chroot ${CHROOTDIR} tunefs -N enable /dev/${mddev}s2a
return 0
}
More information about the svn-src-stable-10
mailing list