]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: Introduce macros to represent new maximum extent counts for data/attr forks
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)
commit5a8b4d6a60dffd4f09e4e30e488c8289d1813388
tree5dd5dcc994e4a38cbd8c4c0820f7f4ce74c56cdf
parent32b5fe856eccfad8ab2b1845776d5590b30e4d1d
xfs: Introduce macros to represent new maximum extent counts for data/attr forks

Source kernel commit: df9ad5cc7a524048ea7ff983d6feeb6d8c47a761

This commit defines new macros to represent maximum extent counts allowed by
filesystems which have support for large per-inode extent counters.

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>
include/xfs_inode.h
libxfs/xfs_bmap.c
libxfs/xfs_bmap_btree.c
libxfs/xfs_format.h
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_fork.c
libxfs/xfs_inode_fork.h
repair/dinode.c