]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: add a realtime flag to the rmap update log redo items
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:21:57 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:16:00 +0000 (09:16 -0800)
commit0fdde4c69f1e7b0f609d9aab03871de633183f9d
treef2599dd55fd118bcd447abcff2eeb2e5bf6c7c2c
parentc522cfc4cd548161cf1a7060273637e6b2e6ebe8
libxfs: 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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/defer_item.c