]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_file
authorChristoph Hellwig <hch@lst.de>
Sun, 17 Nov 2024 07:02:04 +0000 (08:02 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 3 Mar 2025 15:16:46 +0000 (08:16 -0700)
commit0cb53d773bbaa56e3a1f3cd4c04a50896bd810ec
tree83a8c2d6d40887eab3510bc21caa53e097728ba9
parentfc04408c4718ee2e637e823c8d13f652e18229ce
xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_file

The zoned allocator never performs speculative preallocations, so don't
bother queueing up zoned inodes here.

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