summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_export.c
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2014-12-03 22:43:17 (GMT)
committerDave Chinner <david@fromorbit.com>2014-12-03 22:43:17 (GMT)
commit9a2cc41cda189bea1fb9c41ef64d19949d3b2bcd (patch)
tree286d916594c18e4693c436ac642abbb225f75dd7 /fs/xfs/xfs_export.c
parent1b767ee386c5f58660ca9be70d3076f2b6484e72 (diff)
downloadlinux-9a2cc41cda189bea1fb9c41ef64d19949d3b2bcd.tar.xz
xfs: move type conversion functions to xfs_dir.h
These are currently considered private to libxfs, but they are widely used by the userspace code to decode, walk and check directory structures. Hence they really form part of the external API and as such need to bemoved to xfs_dir2.h. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_export.c')
-rw-r--r--fs/xfs/xfs_export.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_export.c b/fs/xfs/xfs_export.c
index 5a6bd5d..ba54563 100644
--- a/fs/xfs/xfs_export.c
+++ b/fs/xfs/xfs_export.c
@@ -23,6 +23,7 @@
#include "xfs_ag.h"
#include "xfs_mount.h"
#include "xfs_da_format.h"
+#include "xfs_da_btree.h"
#include "xfs_dir2.h"
#include "xfs_export.h"
#include "xfs_inode.h"