summaryrefslogtreecommitdiff
path: root/convert/common.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-01-25 17:21:02 +0100
committerDavid Sterba <dsterba@suse.com>2017-03-08 13:00:45 +0100
commit203c52a850f82d686cdff144f3cd296da0b5a1ed (patch)
treed04dfd240734d81d2a68f5a49464c95841bcb0d0 /convert/common.h
parentef9ddf7a5c9c697bd50731534603b7c55bd5a0dd (diff)
btrfs-progs: convert: move common api implementation to own file
Lots of moved code but no actual changes. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'convert/common.h')
-rw-r--r--convert/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert/common.h b/convert/common.h
index 236e9a80..55a65547 100644
--- a/convert/common.h
+++ b/convert/common.h
@@ -24,6 +24,7 @@
#include "kerncompat.h"
#include "common-defs.h"
+#include "extent-cache.h"
struct btrfs_mkfs_config;