]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
authorChristoph Hellwig <hch@lst.de>
Fri, 30 Aug 2024 22:36:59 +0000 (15:36 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sun, 1 Sep 2024 15:58:19 +0000 (08:58 -0700)
commit0a59e4f3e1670bc49d60e1bd1a9b19ca156ae9cb
tree00b311b7d64f6b4b63181359757f3db1ca022471
parent2a95ffc44b610643c9d5d2665600d3fbefa5ec4f
xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock

To prepare for being able to join an already locked rtbitmap inode to a
transaction split out separate helpers for joining the transaction from
the locking helpers.

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_bmap.c
fs/xfs/libxfs/xfs_rtbitmap.c
fs/xfs/libxfs/xfs_rtbitmap.h
fs/xfs/xfs_rtalloc.c