summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-02-10 19:28:34 +0000
committerrwatson <rwatson@FreeBSD.org>2002-02-10 19:28:34 +0000
commit223f1b85f2a24e9e445fee257f05d835c48c5377 (patch)
tree19fd375ff66fde50cb7b255933ba7bffc69faf77 /share
parentc20b76b8d04b2fb92b0f206243501adfb7219a6f (diff)
downloadFreeBSD-src-223f1b85f2a24e9e445fee257f05d835c48c5377.zip
FreeBSD-src-223f1b85f2a24e9e445fee257f05d835c48c5377.tar.gz
Revert 1.14: VOP_GETATTR() really does require a vnode lock.
Confirmed by: mckusick
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/VOP_ATTRIB.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_ATTRIB.9 b/share/man/man9/VOP_ATTRIB.9
index 794eee3..5a7c334 100644
--- a/share/man/man9/VOP_ATTRIB.9
+++ b/share/man/man9/VOP_ATTRIB.9
@@ -64,9 +64,9 @@ Attributes which are not being modified by
should be set to the value
.Dv VNOVAL .
.Sh LOCKS
-The vnode may be either unlocked or exclusively locked on entry to
-.Xr VOP_GETATTR 9 ,
-and will remain the same on return.
+.Xr VOP_GETATTR 9
+expects the vnode to be locked on entry and will leave the vnode locked on
+return.
.Pp
.Xr VOP_SETATTR 9
expects the vnode to be locked on entry and will leave the vnode locked on
OpenPOWER on IntegriCloud