]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
authorChandan Babu R <chandan.babu@oracle.com>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
commitcacc35ca42f5cc23c49d45ed03628d2fb5d2c2cc
treef703b9e3bf2c82e13395187978e5910feb3dc71f
parent5f70c91b05d97591954d2977672f3c42b6abb809
xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents

Source kernel commit: 1e7384f93db57c2135a9fa176e27b1c72ad860e3

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_log_format.h