]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: add a realtime flag to the refcount update log redo items
authorDarrick J. Wong <djwong@kernel.org>
Tue, 7 Mar 2023 03:56:14 +0000 (19:56 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:41 +0000 (15:03 -0800)
commitf0ae67851a723161ba1f5d3c75a6ac020c7420c6
tree1a9787be0da09a35f6241f2deaa937887dfeaf3e
parent94e099a7173294349b5bc8ccbb6af0a4a2dde5b5
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>
libxfs/defer_item.c
libxfs/xfs_bmap.c
libxfs/xfs_defer.c
libxfs/xfs_defer.h
libxfs/xfs_log_format.h
libxfs/xfs_refcount.c
libxfs/xfs_refcount.h