Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147284858
D41337.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
712 B
Referenced Files
None
Subscribers
None
D41337.diff
View Options
diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk
--- a/sys/tools/vnode_if.awk
+++ b/sys/tools/vnode_if.awk
@@ -473,8 +473,6 @@
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 && \\");
@@ -484,6 +482,8 @@
printc("\t\torig_vop->"name" = vop->"name";");
printc("");
}
+ printc("\tcache_vop_vector_register(orig_vop);");
+ printc("");
printc("\tvop = orig_vop;");
printc("\twhile (vop != NULL && vop->vop_bypass == NULL)")
printc("\t\tvop = vop->vop_default;")
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 10, 4:50 PM (15 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29437653
Default Alt Text
D41337.diff (712 B)
Attached To
Mode
D41337: vfs: Validate the vop vectors after the default vops applied
Attached
Detach File
Event Timeline
Log In to Comment