summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-06-25 16:36:57 +0000
committertrasz <trasz@FreeBSD.org>2009-06-25 16:36:57 +0000
commit436045ca4b2ff7c19c0fef56417923461e1744ab (patch)
tree18c3c7820cee94d4becc4888b454d5881cd81f96
parentbd6eb7be79d81290efa6dcaa9f492a05b1966344 (diff)
downloadFreeBSD-src-436045ca4b2ff7c19c0fef56417923461e1744ab.zip
FreeBSD-src-436045ca4b2ff7c19c0fef56417923461e1744ab.tar.gz
Tweak comment.
-rw-r--r--sys/sys/vnode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index ba3816f..2bb0688 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -316,8 +316,8 @@ struct vattr {
#define VADMIN 000000010000 /* being the file owner */
#define VAPPEND 000000040000 /* permission to write/append */
/*
- * VEXPLICIT_DENY makes VOP_ACCESS(9) return EPERM or EACCES only
- * if permission was denied explicitly, by a "deny" rule in NFS4 ACL,
+ * VEXPLICIT_DENY makes VOP_ACCESSX(9) return EPERM or EACCES only
+ * if permission was denied explicitly, by a "deny" rule in NFSv4 ACL,
* and 0 otherwise. This never happens with ordinary unix access rights
* or POSIX.1e ACLs. Obviously, VEXPLICIT_DENY must be OR-ed with
* some other V* constant.
OpenPOWER on IntegriCloud