]> 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, 15 Oct 2024 19:43:40 +0000 (12:43 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:39 +0000 (13:44 -0700)
commita6b96b48a5461d25feda58dd25b49c3116d5b74c
tree3565f6c69f057adc03c025b21f6870911925e1b8
parentf3392b660b7a92d7a1472766a41d294cfe6ec3c9
xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock

Source kernel commit: 0a59e4f3e1670bc49d60e1bd1a9b19ca156ae9cb

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