summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ondisk.h
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-07-04 05:36:28 +0200
committerDarrick J. Wong <darrick.wong@oracle.com>2019-07-04 05:36:28 +0200
commitfba9760a433634067ec01e7d4cdd581d17b149e0 (patch)
tree1021f90d893c9294dc56157d4a876517f09a9d3b /fs/xfs/xfs_ondisk.h
parentxfs: wire up new v5 bulkstat ioctls (diff)
downloadlinux-fba9760a433634067ec01e7d4cdd581d17b149e0.tar.xz
linux-fba9760a433634067ec01e7d4cdd581d17b149e0.zip
xfs: wire up the v5 inumbers ioctl
Wire up the v5 INUMBERS ioctl. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_ondisk.h')
-rw-r--r--fs/xfs/xfs_ondisk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_ondisk.h b/fs/xfs/xfs_ondisk.h
index 954484c6eb96..b6701b4f59a9 100644
--- a/fs/xfs/xfs_ondisk.h
+++ b/fs/xfs/xfs_ondisk.h
@@ -150,6 +150,7 @@ xfs_check_ondisk_structs(void)
XFS_CHECK_STRUCT_SIZE(struct xfs_bulkstat, 192);
XFS_CHECK_STRUCT_SIZE(struct xfs_inumbers, 24);
XFS_CHECK_STRUCT_SIZE(struct xfs_bulkstat_req, 64);
+ XFS_CHECK_STRUCT_SIZE(struct xfs_inumbers_req, 64);
}
#endif /* __XFS_ONDISK_H */