]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
Detect FS type to test based on TEST_DEV
authorEric Sandeen <sandeen@sandeen.net>
Wed, 27 May 2009 18:44:57 +0000 (13:44 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 27 May 2009 18:44:57 +0000 (13:44 -0500)
commit39964bfaa2f3066ab269c92815e9f3f9c14432be
tree6cade0f057ac8b3604ea924e425e5c6ee7ecf357
parent914f5260d0d2794d6141d5a31c845617b8975975
Detect FS type to test based on TEST_DEV

This helps support generic / non-xfs fileystems.

Rather than defaulting to xfs or expecting a fs
type passed in, just look at what is on TEST_DEV
and use that for FSTYP by default.

We may wish to add a generic way to override this later.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
common