]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: add a realtime flag to the rmap update log redo items
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:24 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:04 +0000 (13:06 -0800)
commit9e823fc27419b09718fff74ae2297b25ae6fb317
tree6157914d3f443ccb8fad5a13b541bcf9ec4a7534
parentadafb31c80e608e63adcf8cae5675db00c734149
xfs: add a realtime flag to the rmap update log redo items

Extend the rmap update (RUI) log items to handle realtime volumes by
adding a new log intent item type.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_defer.h
fs/xfs/libxfs/xfs_log_format.h
fs/xfs/libxfs/xfs_log_recover.h
fs/xfs/libxfs/xfs_refcount.c
fs/xfs/libxfs/xfs_rmap.c
fs/xfs/libxfs/xfs_rmap.h
fs/xfs/scrub/alloc_repair.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_rmap_item.c