]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_scrub: split the repair epilogue code into a separate function
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:30 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:12:38 +0000 (17:12 -0700)
commitd33ee0983731cd5186d5962e2eb1487ba527fffd
tree0c78f60bab32361d77eba5aad970b7e2fa1ef7d5
parent128b7277a5182dbd2b0c47295dcd7d4e1c34e8d6
xfs_scrub: split the repair epilogue code into a separate function

Move all the code that updates the internal state in response to a
repair ioctl() call completion into a separate function.  This will help
with vectorizing repair calls later on.

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