diff options
author | Dave Chinner | 2021-08-18 18:46:57 -0700 |
---|---|---|
committer | Darrick J. Wong | 2021-08-19 10:07:14 -0700 |
commit | cf28e17c9186c83e7e8702f844bc40b6e782ce6c (patch) | |
tree | 01c5a1e793b225c2794200bd9f38c75fd40022e3 /fs/xfs/xfs_buf.h | |
parent | d6837c1aab42e70141fd3875ba05eb69ffb220f0 (diff) |
xfs: kill xfs_sb_version_has_v3inode()
All callers to xfs_dinode_good_version() and XFS_DINODE_SIZE() in
both the kernel and userspace have a xfs_mount structure available
which means they can use mount features checks instead looking
directly are the superblock.
Convert these functions to take a mount and use a xfs_has_v3inodes()
check and move it out of the libxfs/xfs_format.h file as it really
doesn't have anything to do with the definition of the on-disk
format.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/xfs_buf.h')
0 files changed, 0 insertions, 0 deletions