From c2ef4dd48a4d269f1b7beb975fc36210ac69dbb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Fri, 20 Jun 2003 12:24:06 +0000 Subject: [PATCH] Add comment about **vpp being special-cased in vnode_if.awk (1.38) --- sys/kern/vnode_if.src | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src index 950928b0f64..7b74354dba2 100644 --- a/sys/kern/vnode_if.src +++ b/sys/kern/vnode_if.src @@ -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 = = =