]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd8dcf62ca8c3713f01b4f9dd03af5965a6e1ce4e
tree6bb8d1e7d9cdb87f189a533e487c14e9f81c4b24
parent09ed151288bd550e417054801c43528fc51a79f0
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