]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: add a realtime flag to the rmap update log redo items
authorDarrick J. Wong <djwong@kernel.org>
Mon, 12 Aug 2024 21:19:05 +0000 (14:19 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 14 Aug 2024 03:08:19 +0000 (20:08 -0700)
commit50a96264c1559cad0cd83774fcfd1d33e45eeaa7
treea973bb9745ab1bfc967c2ca9d977f2c14be0d252
parentdee898abc0db6a14a36ee03fa0c25fcda9f03856
xfs: add a realtime flag to the rmap update log redo items

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

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/defer_item.c
libxfs/xfs_defer.h
libxfs/xfs_log_format.h
libxfs/xfs_refcount.c
libxfs/xfs_rmap.c
libxfs/xfs_rmap.h