Date: Thu, 21 Sep 2000 11:43:32 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_acl.c vnode_if.src Message-ID: <200009211843.LAA43299@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2000/09/21 11:43:32 PDT Modified files: sys/kern kern_acl.c vnode_if.src Log: o Change locking rules for VOP_GETACL() to indicate that vnode locks must be held when retrieving ACLs from vnodes. This is required for EA-based UFS ACL implementations. o Update vacl_get_acl() so that it does appropriate vnode locking. o Remove static from M_ACL malloc define so that it is accessible for consumers of ACLs other than in kern_acl.c Obtained from: TrustedBSD Project Revision Changes Path 1.4 +5 -2 src/sys/kern/kern_acl.c 1.34 +2 -2 src/sys/kern/vnode_if.src 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?200009211843.LAA43299>