libbtrfsutil: copy in Btrfs UAPI headers
authorOmar Sandoval <osandov@fb.com>
Wed, 21 Feb 2018 19:55:11 +0000 (11:55 -0800)
committerDavid Sterba <dsterba@suse.com>
Tue, 6 Mar 2018 10:28:36 +0000 (11:28 +0100)
commit1b2775bdb068a1faee631a81aab72ba5aeda7d4f
treecf096821c10e5b07f19bbf4d1d4e1ae4fdac8fe8
parent71d135ef4464cb99583c411f857608b75ab96e0a
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>
libbtrfsutil/btrfs.h [new file with mode: 0644]
libbtrfsutil/btrfs_tree.h [new file with mode: 0644]
libbtrfsutil/btrfsutil_internal.h
libbtrfsutil/filesystem.c
libbtrfsutil/qgroup.c