xfs: mark xfs_perag_intent_{hold,rele} static
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Nov 2024 04:18:41 +0000 (20:18 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:28 +0000 (13:38 -0800)
commit2ed27a54641550352830bb7ff3b542e65dfffd68
tree96bab79456aead3a5d9bbfeb3f307888f19e88d8
parent5c8483cec3fe261a5c1ede7430bab042ed156361
xfs: mark xfs_perag_intent_{hold,rele} static

These two functions are only used inside of xfs_drain.c, so mark them
static.

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/xfs_drain.c
fs/xfs/xfs_drain.h