common/rc: ceph only supports default SEEK_HOLE behavior
[xfstests-dev.git] / common / rc
index 3fe5647ec6581372bc6f64aca59dd888921fe78c..e0b087c10e8f1a0c5394dbb1a9423a032bef0bef 100644 (file)
--- a/common/rc
+++ b/common/rc
@@ -2352,7 +2352,7 @@ _fstyp_has_non_default_seek_data_hole()
        fi
 
        case "$fstyp" in
-       btrfs|ext4|xfs|ceph|cifs|f2fs|gfs2|ocfs2|tmpfs)
+       btrfs|ext4|xfs|cifs|f2fs|gfs2|ocfs2|tmpfs)
                return 0
                ;;
        nfs*)