]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: add a realtime flag to the bmap update log redo items
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 17:01:13 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:41 +0000 (11:37 -0700)
commit92ff593109f4ba8966e5663e9bd0c1bfb91bbd14
tree4d9d0fd2d2967c173a6485ae482f2fd47ac952aa
parentc2be7e836f670b84e0af30278f295e5eaaeaa3c4
xfs: add a realtime flag to the bmap update log redo items

Source kernel commit: 7302cda7f8b08062b11d2ba9ae0b4f3871fe3d46

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>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
libxfs/xfs_log_format.h