]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: use blkid raw mode
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Feb 2010 09:01:21 +0000 (10:01 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 Feb 2010 09:01:21 +0000 (10:01 +0100)
commitc8eedb0fe92bce765e7e06062f3a117aeb33719a
tree8d90f39716b3235887d598754f4ce7c1d8fd3ab9
parent70d277327e0f7fc74cfa8f73e1aea2a735627436
xfstests: use blkid raw mode

blkid without options usually gets no probe results at all just after
creating a filesystem.  This problem is due to the cache that blkid
uses in it's default mode, and is unlikely to get fixed.  Use the -p
option to bypass the cache layer.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
common