From: Yu Watanabe Date: Thu, 6 Dec 2018 05:55:19 +0000 (+0100) Subject: missing: drop falloc related definitions X-Git-Tag: v240~126^2~6 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=311c1a5d0a6f864c50d72904074d22d8be9e965e missing: drop falloc related definitions All these values are exposed earlier than linux-3.11. Let's drop them. --- diff --git a/src/basic/missing.h b/src/basic/missing.h index 00b903ac308..eaf49f5369e 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -5,7 +5,6 @@ #include #include -#include #include #ifndef FS_NOCOW_FL @@ -68,14 +67,6 @@ #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_audit.h" #include "missing_btrfs_tree.h" #include "missing_capability.h"