chiark / gitweb /
kernel 3.10 compat: RTAX_QUICKACK not added until 3.11.0 (#8094)
authorMilhouseVH <MilhouseVH@users.noreply.github.com>
Mon, 5 Feb 2018 05:26:57 +0000 (05:26 +0000)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:58:47 +0000 (07:58 +0200)
src/basic/missing.h

index c1168761d01df066b65b1378a2caf388e41fe558..59f5ebfe0f0b960be3bca1d128614c173fd518ce 100644 (file)
@@ -27,7 +27,6 @@
 #include <inttypes.h>
 #include <linux/audit.h>
 #include <linux/capability.h>
-//#include <linux/falloc.h>
 #include <linux/if_link.h>
 #include <linux/input.h>
 #include <linux/loop.h>
@@ -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"