]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: add a realtime flag to the bmap update log redo items
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 17:01:15 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:41 +0000 (11:37 -0700)
commita552c62f50207db2346732f8171de992f61ef894
tree38039befee4231f592c6753732736dfed22fed0d
parent5ac16998a64422509f3123304891aae905e1ff04
libxfs: 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>
libxfs/defer_item.c