]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_repair: constrain attr fork extent count
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 23:07:50 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:28 +0000 (14:06 -0700)
commit346ce6d57f96221d4be4d16ccaeefc4b5d2807c3
treef23151f435d91185f6f7d3268c0396fb0af43a55
parent0b1e67af12a15db5669c355d82eceb93704b40cd
xfs_repair: constrain attr fork extent count

Don't let the attr fork extent count exceed the maximum possible value.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/dinode.c