]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: remove scratch field from struct xfs_gc_bio
authorDamien Le Moal <dlemoal@kernel.org>
Wed, 25 Feb 2026 22:46:46 +0000 (07:46 +0900)
committerCarlos Maiolino <cem@kernel.org>
Wed, 4 Mar 2026 08:34:12 +0000 (09:34 +0100)
commit6270b8ac2f41858952074b23c2d3d9aa2fe1bfa9
treeb05128db8e34dcbf4e1536da3e5810bd34706274
parent650b774cf94495465d6a38c31bb1a6ce697b6b37
xfs: remove scratch field from struct xfs_gc_bio

The scratch field in struct xfs_gc_bio is unused. Remove it.

Fixes: 102f444b57b3 ("xfs: rework zone GC buffer management")
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_zone_gc.c