summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl32.c
diff options
context:
space:
mode:
authorDarrick J. Wong2018-01-08 19:51:27 +0100
committerDarrick J. Wong2018-01-08 19:54:48 +0100
commitc368ebcd4cc3bbc08602adce083ad3cc76a15258 (patch)
tree259b569320c43fdf84ef1bd6924dba7fa49b719c /fs/xfs/xfs_ioctl32.c
parentxfs: trace log reservations at mount time (diff)
downloadkernel-qcow2-linux-c368ebcd4cc3bbc08602adce083ad3cc76a15258.tar.gz
kernel-qcow2-linux-c368ebcd4cc3bbc08602adce083ad3cc76a15258.tar.xz
kernel-qcow2-linux-c368ebcd4cc3bbc08602adce083ad3cc76a15258.zip
xfs: hoist xfs_fs_geometry to libxfs
Move xfs_fs_geometry to libxfs so that we can clean up the fs geometry reporting in xfsprogs. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_ioctl32.c')
-rw-r--r--fs/xfs/xfs_ioctl32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_ioctl32.c b/fs/xfs/xfs_ioctl32.c
index 35c79e246fde..66cc3cd70268 100644
--- a/fs/xfs/xfs_ioctl32.c
+++ b/fs/xfs/xfs_ioctl32.c
@@ -37,6 +37,7 @@
#include "xfs_ioctl.h"
#include "xfs_ioctl32.h"
#include "xfs_trace.h"
+#include "xfs_sb.h"
#define _NATIVE_IOC(cmd, type) \
_IOC(_IOC_DIR(cmd), _IOC_TYPE(cmd), _IOC_NR(cmd), sizeof(type))