]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0966aee8cb21e4b4f43491f5c12ef586816f904a
tree3d4aa2e521dccffb92aa3f5e9d2bf31db1f1b071
parent3416efb29222bbdfde55977fef5705718570987c
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