Hi all, this series remove the not really needed ic_version field from the icdinode structure. Changes since v2: - fix a commit message typo - rename xfs_sb_version_has_large_dinode to xfs_sb_version_has_v3inode - move xfs_dinode_good_version next to xfs_sb_version_has_v3inode - pass the sb instead of xfs_mount to XFS_DINODE_SIZE Changes since v1: - split into multiple patches - add a new xfs_sb_version_has_large_dinode helper instead of using xfs_sb_version_hascrc - add a comment about the relationship of file system and dinode versions - add a few more trivial cleanups