]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/216: pass -t xfs to _mount
authorChristoph Hellwig <hch@lst.de>
Thu, 7 May 2026 05:09:49 +0000 (07:09 +0200)
committerZorro Lang <zlang@kernel.org>
Thu, 7 May 2026 18:48:11 +0000 (02:48 +0800)
commit12c729c1a296dcd799a217a26c433f9bf79477fa
treeb6529aa07eb8ca3be3823035bce105c35b32beb7
parentd9b1d9c6f43ee71cf16020afde63d453bf0468ac
xfs/216: pass -t xfs to _mount

Without this, mount probes different file system type, which ended up
exposing kernel bugs in blocksize > PAGE_SIZE bugs in tons of
legacy file systems.  Bypass that by forcing XFS and making the
mount a little more efficient.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Zorro Lang <zlang@kernel.org>
Reviewed-by: Andrey Albershteyn <aalbersh@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/216