]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: Use xfs_extnum_t instead of basic data types
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)
commit3a2414fac16baa75088d05df6f2c2117e303d9ce
tree3aef14dd260f5c9347e9e649738a87c1126cbfaa
parent099e5eb39cea603c723b098ea8c824e7faf86af6
xfs: Use xfs_extnum_t instead of basic data types

Source kernel commit: bb1d50494cbdd9c5991ddc7feeeb14982872b2a8

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
14 files changed:
db/block.c
db/bmap.c
db/bmap.h
db/check.c
db/dquot.c
db/faddr.c
db/frag.c
libxfs/xfs_bmap.c
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_fork.c
repair/dinode.c
repair/dinode.h
repair/scan.c
repair/scan.h