]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: conditionalise allocsize option in 014
authorDave Chinner <dchinner@redhat.com>
Mon, 14 Feb 2011 00:23:29 +0000 (11:23 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 14 Feb 2011 00:23:29 +0000 (11:23 +1100)
commit3c910c4bd27dcf315323d43903ff6697df99a11c
treed881a6613d57380935a4fccc7b5913e015a49220
parent186b6bd2e875a5f1a8c25426b41d4df7f4bec7d7
xfstests: conditionalise allocsize option in 014

allocsize is an XFS specific mount option, and hence causes the test
to fail on other filesystems. Only set the mount option on xfs
filesystems.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Josef Bacik <josef@redhat.com>
014