aboutsummaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r--emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_vfsops.c28
1 files changed, 2 insertions, 26 deletions
diff --git a/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_vfsops.c b/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_vfsops.c
index 64629219c5fa..ba54239caecd 100644
--- a/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_vfsops.c
+++ b/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_vfsops.c
@@ -1,18 +1,6 @@
---- modules/freebsd/vmblock/vfsops.c.orig 2021-09-24 04:19:18 UTC
+--- modules/freebsd/vmblock/vfsops.c.orig 2022-03-04 21:01:24 UTC
+++ modules/freebsd/vmblock/vfsops.c
-@@ -124,6 +124,11 @@ VMBlockVFSMount(struct mount *mp, // IN: mount(
- char *pathname;
- int len, error = 0;
-
-+#if __FreeBSD_version >= 800087
-+ struct thread *td;
-+ td = curthread;
-+#endif
-+
- VMBLOCKDEBUG("VMBlockVFSMount(mp = %p)\n", (void *)mp);
-
- /*
-@@ -171,14 +176,22 @@ VMBlockVFSMount(struct mount *mp, // IN: mount(
+@@ -171,14 +171,22 @@ VMBlockVFSMount(struct mount *mp, // IN: mount(
* Find lower node and lock if not already locked.
*/
@@ -35,15 +23,3 @@
/*
* Check multi VMBlock mount to avoid `lock against myself' panic.
-@@ -276,6 +289,11 @@ VMBlockVFSUnmount(struct mount *mp, // IN: filesyst
- void *mntdata;
- int error;
- int flags = 0, removed = 0;
-+
-+#if __FreeBSD_version >= 800087
-+ struct thread *td;
-+ td = curthread;
-+#endif
-
- VMBLOCKDEBUG("VMBlockVFSUnmount: mp = %p\n", (void *)mp);
-