summaryrefslogtreecommitdiff
path: root/libbtrfsutil/filesystem.c
diff options
context:
space:
mode:
authorOmar Sandoval <osandov@fb.com>2018-02-21 11:55:11 -0800
committerDavid Sterba <dsterba@suse.com>2018-03-06 11:28:36 +0100
commit1b2775bdb068a1faee631a81aab72ba5aeda7d4f (patch)
treecf096821c10e5b07f19bbf4d1d4e1ae4fdac8fe8 /libbtrfsutil/filesystem.c
parent71d135ef4464cb99583c411f857608b75ab96e0a (diff)
libbtrfsutil: copy in Btrfs UAPI headers
Systems with older kernels won't have these available, and the copies in btrfs-progs aren't quite compatible, so for now, let's just copy these in. We can potentially deduplicate some of this in the future. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'libbtrfsutil/filesystem.c')
-rw-r--r--libbtrfsutil/filesystem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbtrfsutil/filesystem.c b/libbtrfsutil/filesystem.c
index dfd171bf..9c02b124 100644
--- a/libbtrfsutil/filesystem.c
+++ b/libbtrfsutil/filesystem.c
@@ -21,7 +21,6 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
-#include <linux/btrfs.h>
#include "btrfsutil_internal.h"