1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Add comment about **vpp being special-cased in vnode_if.awk (1.38)

This commit is contained in:
Stefan Eßer 2003-06-20 12:24:06 +00:00
parent 86ed89620e
commit c2ef4dd48a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116615

View File

@ -53,6 +53,12 @@
# =: 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-codeed in vnode_if.awk !
#
# If other such parameters are introduced, they have to be added to
# the AWK script at the head of the definition of "add_debug_code()".
#
#
# islocked vp = = =