xfs: add a realtime flag to the bmap update log redo items
authorDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:44:23 +0000 (12:44 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:44:23 +0000 (12:44 -0800)
commit7302cda7f8b08062b11d2ba9ae0b4f3871fe3d46
tree60dfa44046a655c52a5c93cee9e75da866cc9b0b
parent2b6a5ec26887cba195022286b039f2cc0ec683b1
xfs: add a realtime flag to the bmap update log redo items

Extend the bmap update (BUI) log items with a new realtime flag that
indicates that the updates apply against a realtime file's data fork.
We'll wire up the actual code later.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_log_format.h
fs/xfs/xfs_bmap_item.c
fs/xfs/xfs_trace.h