]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: use zi more in xfs_zone_gc_mount
authorChristoph Hellwig <hch@lst.de>
Tue, 18 Nov 2025 06:49:42 +0000 (07:49 +0100)
committerCarlos Maiolino <cem@kernel.org>
Thu, 20 Nov 2025 12:32:58 +0000 (13:32 +0100)
commit1cfe3795c152c7415a9f49fc1e7f623c855d14ab
treeda259c9f1393f33232c324b31fdbfc8f7711e42c
parent9b0305968d60a7672a7db29c07cfbe03bc5ae3ab
xfs: use zi more in xfs_zone_gc_mount

Use the local variable instead of the extra pointer dereference when
starting the GC thread.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_zone_gc.c