]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
xfs: test xfs_copy doesn't do cached read before libxfs_mount master v2022.07.03
authorDarrick J. Wong <djwong@kernel.org>
Thu, 30 Jun 2022 00:48:14 +0000 (17:48 -0700)
committerZorro Lang <zlang@kernel.org>
Sun, 3 Jul 2022 14:08:50 +0000 (22:08 +0800)
commit5834a0aab2c61059951435cb172718c893624d4f
tree9aaf2e540066eb2cd5d58755411ef308ddfdcf50
parent10d5efecc0e0f5ea338255024f3f92dece9fa046
xfs: test xfs_copy doesn't do cached read before libxfs_mount

This is a regression test for an xfs_copy fix that ensures that it
doesn't perform a cached read of an XFS filesystem prior to initializing
libxfs, since the xfs_mount (and hence the buffer cache) isn't set up
yet.

[zlang: change the supported fs from generic to xfs]

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/082 [new file with mode: 0755]
tests/xfs/082.out [new file with mode: 0644]