]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: add a realtime flag to the refcount update log redo items
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:21:52 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:15:59 +0000 (09:15 -0800)
commit82d0c7cb934bc878829964116f25a33632aa0eb7
tree6e853c1abf31627a5fc4805ed972148c297f32ba
parent842d5d6da677fda5a5c46521176f6f25ac437a83
xfs: add a realtime flag to the refcount update log redo items

Source kernel commit: fd9300679ccec20c6ee1b95458ab0bcf0db628d5

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>
libxfs/xfs_bmap.c
libxfs/xfs_defer.h
libxfs/xfs_log_format.h
libxfs/xfs_refcount.c
libxfs/xfs_refcount.h