commit | cf3fe96eb6b4c41162a402f99470f41d4cb1b275 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@djwong.org> | Mon Apr 15 16:07:50 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Apr 17 14:06:28 2024 -0700 |
tree | f375e6e21062dabde5631fc6d24841ee0ba248b0 | |
parent | d4bd0b1b107802bd9417963450dd33847fb4f323 [diff] |
xfs_repair: support more than 2^32 rmapbt records per AG Now that the incore structures handle more than 2^32 records correctly, fix the rmapbt generation code to handle that many records. This fixes the problem where an extremely large rmapbt cannot be rebuilt properly because of integer truncation. Signed-off-by: Darrick J. Wong <djwong@djwong.org> Reviewed-by: Christoph Hellwig <hch@lst.de>