diff options
author | Dave Chinner <[email protected]> | 2018-06-07 07:53:33 -0700 |
---|---|---|
committer | Darrick J. Wong <[email protected]> | 2018-06-08 10:07:51 -0700 |
commit | 86210fbebae6e60b1158ccd6b47ee7ae1abf5b2c (patch) | |
tree | 4d705bbf018694eb4ad9c8ba9a19721d8a5e2fdf /fs/xfs/libxfs/xfs_da_btree.c | |
parent | 4a2d01b076d231afebbea04647373644e767b453 (diff) |
xfs: move various type verifiers to common file
New verification functions like xfs_verify_fsbno() and
xfs_verify_agino() are spread across multiple files and different
header files. They really don't fit cleanly into the places they've
been put, and have wider scope than the current header includes.
Move the type verifiers to a new file in libxfs (xfs-types.c) and
the prototypes to xfs_types.h where they will be visible to all the
code that uses the types.
Signed-Off-By: Dave Chinner <[email protected]>
Reviewed-by: Brian Foster <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'fs/xfs/libxfs/xfs_da_btree.c')
0 files changed, 0 insertions, 0 deletions