xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
authorChandan Babu R <chandan.babu@oracle.com>
Tue, 16 Nov 2021 07:20:39 +0000 (07:20 +0000)
committerChandan Babu R <chandan.babu@oracle.com>
Mon, 11 Apr 2022 04:11:18 +0000 (04:11 +0000)
commit1e7384f93db57c2135a9fa176e27b1c72ad860e3
tree3d4aa2e521dccffb92aa3f5e9d2bf31db1f1b071
parentdd95a6ce31d6441dfd5fd3aa5d7208b0fc61782f
xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents

A future commit will increase the width of xfs_extnum_t in order to facilitate
larger per-inode extent counters. Hence this patch now uses basic types to
define xfs_log_dinode->[di_nextents|dianextents].

Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Chandan Babu R <chandan.babu@oracle.com>
fs/xfs/libxfs/xfs_log_format.h