]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
xfs: fix various problems with fsmap detecting the data device
authorDarrick J. Wong <djwong@kernel.org>
Tue, 6 Feb 2024 00:06:46 +0000 (16:06 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:41:59 +0000 (13:41 -0700)
commit373cbb2a88d4ac301288bb74b7d6ad055008b6d9
tree1313d8f9abc04db21cd6f5ec5f6420a8f5c9a367
parent05dffb188af5472c5fd89a74857109a0d11428ed
xfs: fix various problems with fsmap detecting the data device

Various tests of realtime rmap functionality assumed that the data
device could be picked out from the GETFSMAP output by looking for
static fs metadata.  This is no longer true, since rtgroups have a
static superblock header at the start, so update these tests.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
tests/xfs/272
tests/xfs/276
tests/xfs/277