]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add an assert to xfs_zone_gc_select_target xfs-zoned-2025-02-06
authorChristoph Hellwig <hch@lst.de>
Fri, 31 Jan 2025 05:40:48 +0000 (06:40 +0100)
committerChristoph Hellwig <hch@lst.de>
Fri, 31 Jan 2025 08:36:57 +0000 (09:36 +0100)
commitac0b2241e5e6bacc088a0d6f72485b422cc42e5e
treed6e8fbe90a2d9dbadfc3af77cc40ad362a4d4981
parent5e73be730c3bdd3238e799f8a73f360425234180
xfs: add an assert to xfs_zone_gc_select_target

To esure we catch any future messup where the open zones are not
properly accounted at mount time.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_zone_gc.c