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.
This commit is contained in:
Robert Watson 2002-02-18 00:22:57 +00:00
parent 2f2f40f261
commit eae1306746
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90816

View file

@ -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;