From 50a87d80f49d3f5cb47269a09467f8024ecea36e Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Mon, 5 Feb 2018 05:26:57 +0000 Subject: [PATCH] kernel 3.10 compat: RTAX_QUICKACK not added until 3.11.0 (#8094) --- src/basic/missing.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/basic/missing.h b/src/basic/missing.h index c1168761d..59f5ebfe0 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -27,7 +27,6 @@ #include #include #include -//#include #include #include #include @@ -523,10 +522,6 @@ struct btrfs_ioctl_quota_ctl_args { #define BPF_FS_MAGIC 0xcafe4a11 #endif -#ifndef OCFS2_SUPER_MAGIC -#define OCFS2_SUPER_MAGIC 0x7461636f -#endif - #ifndef MS_MOVE #define MS_MOVE 8192 #endif @@ -1369,12 +1364,4 @@ struct fib_rule_uid_range { #define NS_GET_NSTYPE _IO(0xb7, 0x3) #endif -#ifndef FALLOC_FL_KEEP_SIZE -#define FALLOC_FL_KEEP_SIZE 0x01 -#endif - -#ifndef FALLOC_FL_PUNCH_HOLE -#define FALLOC_FL_PUNCH_HOLE 0x02 -#endif - #include "missing_syscall.h" -- 2.30.2