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

Extend the refcount update (CUI) log items with a new realtime flag that
indicates that the updates apply against the realtime refcountbt.  We'll
wire up the actual refcount code later.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_bmap.c
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_refcount.h
fs/xfs/scrub/cow_repair.c
fs/xfs/scrub/reap.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_refcount_item.c
fs/xfs/xfs_reflink.c