mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-10 19:21:17 +00:00
We're keeping a libbtrfs compatible kerncompat.h around to make it easier to modify the rest of btrfs-progs. Unfortunately we also use some of kernel-lib in libbtrfs, and those also include kerncompat.h. Those getting included first means we'll pull include/kerncompat.h instead of libbtrfs/kerncompat.h, which will mess things up. Fix this by making sure we include our local copy of kerncompat.h first before we include any other header in btrfs-progs. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
crc32c.c | ||
crc32c.h | ||
ctree.h | ||
ioctl.h | ||
kerncompat.h | ||
libbtrfs.sym | ||
send-stream.c | ||
send-stream.h | ||
send-utils.c | ||
send-utils.h | ||
send.h | ||
version.h.in |