[PATCH] generic/009: don't run for btrfs if PAGE_SIZE > 4096

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



Btrfs has the same issue as XFS here in that the extent layout on
a > 4096 page size system will not match what is reflected in the
test output.

Signed-off-by: Mark Fasheh <mfasheh@xxxxxxx>
---
 tests/generic/009 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/generic/009 b/tests/generic/009
index 797def5c..727d4b60 100755
--- a/tests/generic/009
+++ b/tests/generic/009
@@ -56,12 +56,12 @@ if [ "$FSTYP" = "ext4" ]; then
 	_ext4_disable_extent_zeroout
 fi
 
-# When PAGE_SIZE > 4096 xfs extent layout is different so it would not match
-# the output.
-if [ "$FSTYP" = "xfs" ]; then
+# When PAGE_SIZE > 4096 some filesystems extent layout is different so
+# it would not match the output.
+if [ "$FSTYP" = "xfs" -o "$FSTYP" = "btrfs" ]; then
 	PAGE_SIZE=`getconf PAGE_SIZE`
 	if [ $PAGE_SIZE -gt 4096 ]; then
-		_notrun "Not supported on xfs with page size > 4096"
+		_notrun "Not supported on xfs or btrfs with page size > 4096"
 	fi
 fi
 
-- 
2.15.1

--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux