aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2_sf.c
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-06-28 19:25:35 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-06-28 19:25:35 -0700
commit5467b34bd1e81c8e719ae968ba6561723fdc15b8 (patch)
treecf5384a1ed363efa9bbbcbd3e2800c1e3602b278 /fs/xfs/libxfs/xfs_dir2_sf.c
parentxfs: claim maintainership of loose files (diff)
downloadlinux-dev-5467b34bd1e81c8e719ae968ba6561723fdc15b8.tar.xz
linux-dev-5467b34bd1e81c8e719ae968ba6561723fdc15b8.zip
xfs: move xfs_ino_geometry to xfs_shared.h
The inode geometry structure isn't related to ondisk format; it's support for the mount structure. Move it to xfs_shared.h. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to '')
-rw-r--r--fs/xfs/libxfs/xfs_dir2_sf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_dir2_sf.c b/fs/xfs/libxfs/xfs_dir2_sf.c
index 585dfdb7b6b6..57911731c516 100644
--- a/fs/xfs/libxfs/xfs_dir2_sf.c
+++ b/fs/xfs/libxfs/xfs_dir2_sf.c
@@ -5,6 +5,7 @@
*/
#include "xfs.h"
#include "xfs_fs.h"
+#include "xfs_shared.h"
#include "xfs_format.h"
#include "xfs_log_format.h"
#include "xfs_trans_resv.h"