From owner-cvs-all Tue Oct 3 21:41:37 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 83C7837B502; Tue, 3 Oct 2000 21:41:34 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA68719; Tue, 3 Oct 2000 21:41:34 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200010040441.VAA68719@freefall.freebsd.org> From: Robert Watson Date: Tue, 3 Oct 2000 21:41:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c extattr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/10/03 21:41:34 PDT Modified files: sys/ufs/ufs ufs_extattr.c extattr.h Log: o Correct use of lockdestroy() by adding a new ufs_extattr_uepm_destroy() call, which should be the last thing down to a per-mount extattr management structure, after ufs_extattr_stop() on the file system. This currently has the effect only of destroying the per-mount lock on extended attributes, and clearing appropriate flags. o Remove inappropriate invocation in ufs_extattr_vnode_inactive(). Revision Changes Path 1.14 +24 -2 src/sys/ufs/ufs/ufs_extattr.c 1.9 +2 -1 src/sys/ufs/ufs/extattr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message