]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: Use xfs_extnum_t instead of basic data types
authorChandan Babu R <chandan.babu@oracle.com>
Fri, 26 Feb 2021 05:54:31 +0000 (11:24 +0530)
committerChandan Babu R <chandan.babu@oracle.com>
Mon, 11 Apr 2022 04:11:17 +0000 (04:11 +0000)
commit30ea046e4e8cafb2277e969234f890118c05164e
treea6651f523a7eb8f40652380dfad3e3a9bcbbff03
parente97f91bc090bf265078fa58c786aec8ffaa12469
xfs: Use xfs_extnum_t instead of basic data types

xfs_extnum_t is the type to use to declare variables which have values
obtained from xfs_dinode->di_[a]nextents. This commit replaces basic
types (e.g. uint32_t) with xfs_extnum_t for such variables.

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_buf.c
fs/xfs/libxfs/xfs_inode_fork.c
fs/xfs/scrub/inode.c
fs/xfs/xfs_trace.h