Lines 1-6
Link Here
|
1 |
--- src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c.orig 2021-01-07 15:34:22 UTC |
1 |
--- src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c.orig 2021-04-20 04:24:19 UTC |
2 |
+++ src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c |
2 |
+++ src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c |
3 |
@@ -14,228 +14,1347 @@ |
3 |
@@ -14,228 +14,1348 @@ |
4 |
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the |
4 |
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the |
5 |
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. |
5 |
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. |
6 |
*/ |
6 |
*/ |
Lines 160-165
Link Here
|
160 |
+ .vop_write = vboxfs_write, |
160 |
+ .vop_write = vboxfs_write, |
161 |
+ .vop_bmap = VOP_EOPNOTSUPP |
161 |
+ .vop_bmap = VOP_EOPNOTSUPP |
162 |
}; |
162 |
}; |
|
|
163 |
+VFS_VOP_VECTOR_REGISTER(vboxfs_vnodeops); |
163 |
|
164 |
|
164 |
-static int vboxvfs_access(struct vop_access_args *ap) |
165 |
-static int vboxvfs_access(struct vop_access_args *ap) |
165 |
+static uint64_t |
166 |
+static uint64_t |