]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: convert the ifork reap code to use xreap_state
authorDarrick J. Wong <djwong@kernel.org>
Tue, 8 Apr 2025 23:14:31 +0000 (16:14 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 5 Sep 2025 15:48:22 +0000 (08:48 -0700)
commitef930cc371f033d9ce21292ca577741dfeb8c7f3
tree0e711e592f94001283c30d8b5462f0bc78c71092
parent82e374405e85af2ce3149c74766168df14864697
xfs: convert the ifork reap code to use xreap_state

Convert the file fork reaping code to use struct xreap_state so that we
can reuse the dynamic state tracking code.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/scrub/reap.c