summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_GETACL.9
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-09-21 18:51:48 +0000
committerrwatson <rwatson@FreeBSD.org>2000-09-21 18:51:48 +0000
commit7d3fbb2c275e954f3f0edd88614b200e4cdedbac (patch)
tree16d6d05774e5e36a1d91123ba07b293e59cb7f86 /share/man/man9/VOP_GETACL.9
parentbda3a405627ec80f8878553eca0eb4033260a76c (diff)
downloadFreeBSD-src-7d3fbb2c275e954f3f0edd88614b200e4cdedbac.zip
FreeBSD-src-7d3fbb2c275e954f3f0edd88614b200e4cdedbac.tar.gz
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
Diffstat (limited to 'share/man/man9/VOP_GETACL.9')
-rw-r--r--share/man/man9/VOP_GETACL.93
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/VOP_GETACL.9 b/share/man/man9/VOP_GETACL.9
index 244d666..8a6350e 100644
--- a/share/man/man9/VOP_GETACL.9
+++ b/share/man/man9/VOP_GETACL.9
@@ -67,8 +67,7 @@ directory ACL interfaces. More information about ACL management in kernel
may be found in
.Xr acl 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
If the
.Fa aclp
OpenPOWER on IntegriCloud