xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
authorChandan Babu R <chandan.babu@oracle.com>
Tue, 16 Nov 2021 07:28:40 +0000 (07:28 +0000)
committerChandan Babu R <chandan.babu@oracle.com>
Mon, 11 Apr 2022 04:11:18 +0000 (04:11 +0000)
commit755c38ffe1a5937d8fa03419018f49f3a23fa9a7
tree6bb8d1e7d9cdb87f189a533e487c14e9f81c4b24
parent1e7384f93db57c2135a9fa176e27b1c72ad860e3
xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively

A future commit will introduce a 64-bit on-disk data extent counter and a
32-bit on-disk attr extent counter. This commit promotes xfs_extnum_t and
xfs_aextnum_t to 64 and 32-bits in order to correctly handle in-core versions
of these quantities.

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_bmap.c
fs/xfs/libxfs/xfs_inode_fork.c
fs/xfs/libxfs/xfs_inode_fork.h
fs/xfs/libxfs/xfs_types.h
fs/xfs/xfs_inode.c
fs/xfs/xfs_trace.h