aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vnode_if.src
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2016-08-04 13:45:18 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2016-08-04 13:45:18 +0000
commit7b255097ebe2ad41b82191fdf0e25245946ea95e (patch)
treee710fbdd4f5b574f57f0f4fb86b3bdce8fddb14c /sys/kern/vnode_if.src
parent18ac59f431b3e1a464ebae4ecf47a5bf0e6fbf1b (diff)
Notes
Diffstat (limited to 'sys/kern/vnode_if.src')
-rw-r--r--sys/kern/vnode_if.src3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src
index 0350e0e0aecd..b55336255e90 100644
--- a/sys/kern/vnode_if.src
+++ b/sys/kern/vnode_if.src
@@ -40,10 +40,7 @@
#
# The locking value can take the following values:
# L: locked; not converted to type of lock.
-# A: any lock type.
-# S: locked with shared lock.
# E: locked with exclusive lock for this process.
-# O: locked with exclusive lock for other process.
# U: unlocked.
# -: not applicable. vnode does not yet (or no longer) exists.
# =: the same on input and output, may be either L or U.