summaryrefslogtreecommitdiff
path: root/emulators/open-vm-kmod/files/patch-vmblock_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/open-vm-kmod/files/patch-vmblock_vfsops.c')
-rw-r--r--emulators/open-vm-kmod/files/patch-vmblock_vfsops.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/open-vm-kmod/files/patch-vmblock_vfsops.c b/emulators/open-vm-kmod/files/patch-vmblock_vfsops.c
new file mode 100644
index 000000000000..97840675e338
--- /dev/null
+++ b/emulators/open-vm-kmod/files/patch-vmblock_vfsops.c
@@ -0,0 +1,10 @@
+--- vmblock/vfsops.c.orig 2024-10-10 15:05:07 UTC
++++ vmblock/vfsops.c
+@@ -173,7 +173,6 @@ VMBlockVFSMount(struct mount *mp) // IN: mount(
+ #endif
+ error = namei(ndp);
+ if (error) {
+- NDFREE(ndp, 0);
+ uma_zfree(VMBlockPathnameZone, pathname);
+ return error;
+ }