From owner-cvs-all Tue Oct 3 21:44:58 2000 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 940F037B66E; Tue, 3 Oct 2000 21:44:52 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA69865; Tue, 3 Oct 2000 21:44:52 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200010040444.VAA69865@freefall.freebsd.org> From: Robert Watson Date: Tue, 3 Oct 2000 21:44:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/10/03 21:44:52 PDT Modified files: sys/ufs/ffs ffs_vfsops.c Log: o Add call to ufs_extattr_uepm_destroy() in ffs_unmount() so as to clean up lock on extattrs. o Get for free a comment indicating where auto-starting of extended attributes will eventually occur, as it was in my commit tree also. No implementation change here, only a comment. Revision Changes Path 1.129 +16 -1 src/sys/ufs/ffs/ffs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message