]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
authorChristoph Hellwig <hch@lst.de>
Tue, 30 Jul 2024 23:54:04 +0000 (16:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:46:49 +0000 (18:46 -0700)
commit24d299986c6af25830ccee2265cf39a93740fa4f
tree2d87dbf6a60024f2ef6e6d98cb64e35af3e86148
parent6fbb26cf581fafef14e4743a4df035ef33fcd82d
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>
libxfs/xfs_bmap.c
libxfs/xfs_rtbitmap.c
libxfs/xfs_rtbitmap.h