From fc479aab628b2a2e323d69d8897ebb812ffc0c92 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 18 Feb 2002 00:22:57 +0000 Subject: Per discussion at BSDCon, note that the vop_getattr locking protocol should require a shared lock, rather than an exclusive lock, which can improve performance. No actual code change here, since a number of VFS locking fixes are in the works. --- sys/kern/vnode_if.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern') diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src index 0f71c13..cdeb5e5 100644 --- a/sys/kern/vnode_if.src +++ b/sys/kern/vnode_if.src @@ -152,7 +152,7 @@ vop_access { # #% getattr vp = = = # -# XXX: This should be L L L +# XXX: This should be A A A # vop_getattr { IN struct vnode *vp; -- cgit v1.1