]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: remove the agno argument to xfs_free_ag_extent
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Nov 2024 04:18:27 +0000 (20:18 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:24 +0000 (13:38 -0800)
commitdb129fa01113f767d5b7a6fd339114a962023464
tree93f784bdd7227c7250f2100010562e20bbbf8c0f
parent67ce5ba575354da1542e0579fb8c7a871cbf57b3
xfs: remove the agno argument to xfs_free_ag_extent

xfs_free_ag_extent already has a pointer to the pag structure through
the agf buffer.  Use that instead of passing the redundant argument,
and do the same for the tracepoint.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_alloc.c
fs/xfs/libxfs/xfs_alloc.h
fs/xfs/xfs_extfree_item.c
fs/xfs/xfs_trace.h