From b3b414b604b52c1b1a168cb136a3030c66d70d4f Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 10 Feb 2002 19:28:34 +0000 Subject: [PATCH] Revert 1.14: VOP_GETATTR() really does require a vnode lock. Confirmed by: mckusick --- share/man/man9/VOP_ATTRIB.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/VOP_ATTRIB.9 b/share/man/man9/VOP_ATTRIB.9 index 794eee33dfa2..5a7c33455c71 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