aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-kmod/files/extra-patch-9-fuse_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fusefs-kmod/files/extra-patch-9-fuse_main.c')
-rw-r--r--sysutils/fusefs-kmod/files/extra-patch-9-fuse_main.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/fusefs-kmod/files/extra-patch-9-fuse_main.c b/sysutils/fusefs-kmod/files/extra-patch-9-fuse_main.c
deleted file mode 100644
index 118e861afcc2..000000000000
--- a/sysutils/fusefs-kmod/files/extra-patch-9-fuse_main.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- fs/fuse/fuse_main.c.orig 2014-12-02 15:57:14.465629906 +0200
-+++ fs/fuse/fuse_main.c 2014-12-02 16:03:10.070605830 +0200
-@@ -92,10 +92,19 @@
- .vfc_flags = VFCF_SYNTHETIC
- };
-
-+#ifdef SYSCTL_NULL_INT_PTR
-+SYSCTL_INT(_vfs_fuse, OID_AUTO, kernelabi_major, CTLFLAG_RD,
-+ SYSCTL_NULL_INT_PTR, FUSE_KERNEL_VERSION,
-+ "FUSE kernel abi major version");
-+SYSCTL_INT(_vfs_fuse, OID_AUTO, kernelabi_minor, CTLFLAG_RD,
-+ SYSCTL_NULL_INT_PTR, FUSE_KERNEL_MINOR_VERSION,
-+ "FUSE kernel abi minor version");
-+#else
- SYSCTL_INT(_vfs_fuse, OID_AUTO, kernelabi_major, CTLFLAG_RD,
- 0, FUSE_KERNEL_VERSION, "FUSE kernel abi major version");
- SYSCTL_INT(_vfs_fuse, OID_AUTO, kernelabi_minor, CTLFLAG_RD,
- 0, FUSE_KERNEL_MINOR_VERSION, "FUSE kernel abi minor version");
-+#endif // SYSCTL_NULL_INT_PTR
-
- /******************************
- *