aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_GETEXTATTR.9
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2000-09-21 18:51:48 +0000
committerRobert Watson <rwatson@FreeBSD.org>2000-09-21 18:51:48 +0000
commit28994ea06f4dbaf4181643e75931f6e55a8fe6c9 (patch)
tree3f0b9778d86440d6fbc198db001a46fb2db134ff /share/man/man9/VOP_GETEXTATTR.9
parent988ee790d4e9e65ca1df196629bc69d1b9d42ddf (diff)
o Bring VOP_GETACL(9) and VOP_GETEXTATTR(9) man page "LOCKS" sections in
sync with the implementation. Vnode locks *are* required for these operations, as some underlying implementations will require them. Obtained from: TrustedBSD Project
Notes
Notes: svn path=/head/; revision=66185
Diffstat (limited to 'share/man/man9/VOP_GETEXTATTR.9')
-rw-r--r--share/man/man9/VOP_GETEXTATTR.93
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9
index 5db01cb097cd..b3e4cc033a00 100644
--- a/share/man/man9/VOP_GETEXTATTR.9
+++ b/share/man/man9/VOP_GETEXTATTR.9
@@ -66,8 +66,7 @@ Extended attribute semantics may vary by file system implementing the call.
More information on extended attributes may be found in
.Xr extattr 9 .
.Sh LOCKS
-No locks are required to call this vnode method, and any locks held on
-entry will be held on exit.
+The vnode will be locked on entry and should remain locked on return.
.Sh RETURN VALUES
On success, zero will be returned, and the uio structure will be updated to
reflect data read. Otherwise, an appropriate error code is returned.