Date: Tue, 3 Oct 2000 21:41:34 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c extattr.h Message-ID: <200010040441.VAA68719@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010040441.VAA68719>