1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-28 02:50:16 +03:00

missing: drop falloc related definitions

All these values are exposed earlier than linux-3.11.
Let's drop them.
This commit is contained in:
Yu Watanabe 2018-12-06 06:55:19 +01:00
parent 22332e339b
commit 311c1a5d0a

View File

@ -5,7 +5,6 @@
#include <errno.h>
#include <inttypes.h>
#include <linux/falloc.h>
#include <sys/syscall.h>
#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"