summaryrefslogtreecommitdiff
path: root/extent_io.c
diff options
context:
space:
mode:
authorOndrej Kozina <okozina@redhat.com>2016-03-04 14:46:11 +0100
committerDavid Sterba <dsterba@suse.com>2016-03-14 13:42:47 +0100
commit5d23b6a7b0adfbeea78cd15e2257fc1859aed444 (patch)
treecd7648edb42c6311b886a9a797a1d36b74db236c /extent_io.c
parent1e8246a0582bfbe34045a6dc665396f327b82d1f (diff)
btrfs-progs: libbtrfs: remove max/min macros from API
kerncompat.h header file is part of libbtrfs API. min/max macros cause conflict while building projects dependant on libbtrfs. Moving those macros to btrfs-progs internal header file fixes the conflict. Signed-off-by: Ondrej Kozina <okozina@redhat.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'extent_io.c')
-rw-r--r--extent_io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extent_io.c b/extent_io.c
index 88e92736..bdaecc0f 100644
--- a/extent_io.c
+++ b/extent_io.c
@@ -27,6 +27,7 @@
#include "list.h"
#include "ctree.h"
#include "volumes.h"
+#include "internal.h"
void extent_io_tree_init(struct extent_io_tree *tree)
{