]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: use kfree_rcu_mightsleep to free the perag structures
authorChristoph Hellwig <hch@lst.de>
Tue, 15 Oct 2024 19:43:43 +0000 (12:43 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:40 +0000 (13:44 -0700)
commit0cc2d929fa1230d8574e848f3a5a00a4cdd78d6f
treeda9cb3917fa88ff65d7081b76d48640fe661e9c4
parent106556bb96261a9723ff8cdc8d8b1561191d7887
xfs: use kfree_rcu_mightsleep to free the perag structures

Source kernel commit: 4ef7c6d39dc72dae983b836c8b2b5de7128c0da3

Using the kfree_rcu_mightsleep is simpler and removes the need for a
rcu_head in the perag structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
include/kmem.h
libxfs/xfs_ag.c
libxfs/xfs_ag.h