]> 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>
Thu, 21 Nov 2024 00:27:30 +0000 (16:27 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 23 Jan 2025 21:19:57 +0000 (13:19 -0800)
commitef58798922a3bb4cab9e935e3429facfe4567b8e
tree794a3952645b7010d53d505395a7b23f91dd9d58
parentbf86a72d5611eff4a878805854d6b8b2a3f0f165
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 filesystems
write a superblock header at the start of the rt device, so update these
tests.

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