Remove unused "X" vnode lock assertion, somehow missed in r303743.

MFC after:	1 month
This commit is contained in:
trasz 2016-08-12 22:22:11 +00:00
parent cf980f6c7a
commit 523c191717

View File

@ -44,7 +44,6 @@
# U: unlocked.
# -: not applicable. vnode does not yet (or no longer) exists.
# =: the same on input and output, may be either L or U.
# X: locked if not nil.
#
# The paramater named "vpp" is assumed to be always used with double
# indirection (**vpp) and that name is hard-coded in vnode_if.awk !