Support "generic" filesystem type

Create a new "generic" _supported_fs type for tests
which are not really filesystem-specific.  "generic"
tests do expect that acl & attr are supported though.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Eric Sandeen
2009-05-28 11:37:38 -05:00
parent 7a2ae4184b
commit 7737a5d7fb
27 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -546,7 +546,7 @@ _supported_fs()
{
for f
do
if [ "$f" = "$FSTYP" ]
if [ "$f" = "$FSTYP" -o "$f" = "generic" ]
then
return
fi