diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2021-11-03 20:26:41 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2023-04-06 15:20:41 +0000 |
| commit | 5f6df177758b9dff88e4b6069aeb2359e8b0c493 (patch) | |
| tree | 977f1642ce48358fec1a9c3e55b613a2e0bf1155 /sys/tools | |
| parent | c7f6c2a50b97411c7ef8652e77fabf799dfb8750 (diff) | |
Diffstat (limited to 'sys/tools')
| -rw-r--r-- | sys/tools/vnode_if.awk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk index 415c33c52420..7fdaca208a9b 100644 --- a/sys/tools/vnode_if.awk +++ b/sys/tools/vnode_if.awk @@ -473,6 +473,8 @@ if (cfile) { printc("\t\tpanic(\"%s: vop_vector %p already registered\",") printc("\t\t __func__, orig_vop);"); printc(""); + printc("\tcache_vop_vector_register(orig_vop);"); + printc(""); for (name in funcarr) { printc("\tvop = orig_vop;"); printc("\twhile (vop != NULL && \\"); |
