From owner-cvs-all Sun Mar 18 22:44:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 466A537B718; Sun, 18 Mar 2001 22:44:19 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2J6iJH72342; Sun, 18 Mar 2001 22:44:19 -0800 (PST) (envelope-from rwatson) Message-Id: <200103190644.f2J6iJH72342@freefall.freebsd.org> From: Robert Watson Date: Sun, 18 Mar 2001 22:44:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/mfs mfs_vfsops.c mfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/03/18 22:44:19 PST Modified files: sys/ufs/mfs mfs_vfsops.c mfs_vnops.c Log: o Enable UFS-based extended attribute support on MFS. Note that this change is under-tested, and that MFS appears to be in the process of being deprecated in favor of FFS over md. Note also that UFS_EXTATTR_AUTOSTART doesn't make much sense on MFS unless the MFSROOT is compiled in, so manual configuration is generally required. Obtained from: TrustedBSD Project Revision Changes Path 1.88 +6 -1 src/sys/ufs/mfs/mfs_vfsops.c 1.58 +11 -1 src/sys/ufs/mfs/mfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message