diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2002-09-26 04:48:44 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2002-09-26 04:48:44 +0000 |
| commit | 6423c9433cee8b5abfe8a671ab0342e3359ec96f (patch) | |
| tree | d5623b6ebd4f73839715bafc5963e9fd784a509f /sys/tools/vnode_if.awk | |
| parent | 77c1699f0c45f83f5d32870cd48dcbb57c9ad754 (diff) | |
Notes
Diffstat (limited to 'sys/tools/vnode_if.awk')
| -rw-r--r-- | sys/tools/vnode_if.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk index 7ff30c1e8a5b..69bb0bf43f52 100644 --- a/sys/tools/vnode_if.awk +++ b/sys/tools/vnode_if.awk @@ -66,7 +66,7 @@ function printh(s) {print s > hfile;} function add_debug_code(name, arg, pos) { if (lockdata[name, arg, pos]) { - printh("\tASSERT_VI_UNLOCKED("arg");"); + printh("\tASSERT_VI_UNLOCKED("arg", \""uname"\");"); # Add assertions for locking if (lockdata[name, arg, pos] == "L") printh("\tASSERT_VOP_LOCKED("arg", \""uname"\");"); |
