]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: use bio_await in xfs_zone_gc_reset_sync
authorChristoph Hellwig <hch@lst.de>
Tue, 7 Apr 2026 14:05:28 +0000 (16:05 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 7 Apr 2026 14:22:24 +0000 (08:22 -0600)
commit2d148a214b24b4a2525f649cced0c3e9e57281cd
tree2bed2974b34c50a3120cb1925445e9a6ede0bf7e
parent92c3737a2473ff5b83f90f5c1b353a27492a10f2
xfs: use bio_await in xfs_zone_gc_reset_sync

Replace the open-coded bio wait logic with the new bio_await helper.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Link: https://patch.msgid.link/20260407140538.633364-6-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/xfs/xfs_zone_gc.c