allow 091 for non-xfs filesystems
authorChristoph Hellwig <hch@infradead.org>
Tue, 11 Oct 2011 14:18:40 +0000 (14:18 +0000)
committerAlex Elder <aelder@sgi.com>
Thu, 13 Oct 2011 15:44:31 +0000 (10:44 -0500)
commit58ff0f3c97d3fc682a3068c9af0bfbb3a90ccca4
treedb7156d4b4ba3b7e411b23fbde258279029232d8
parent0d69e10ed15b01397e8c6fd7833fa3c2970ec024
allow 091 for non-xfs filesystems

The tests in 091 are entirely generic and pass e.g. on ext4 and jfs.
btrfs fails it, but that looks a like a btrfs-specific issue to me.

Also use _supported_os properly instead of erroring out manually on
IRIX.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
091