From: Jeff Layton Date: Fri, 26 Jul 2019 13:45:52 +0000 (-0400) Subject: common/rc: ceph only supports default SEEK_HOLE behavior X-Git-Tag: v2022.05.01~1083 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6a04d0f74eb2015a70d22bef6ff0cf35fcbb2e5b;p=users%2Fhch%2Fxfstests-dev.git common/rc: ceph only supports default SEEK_HOLE behavior CephFS currently has only a very primitive SEEK_HOLE implementation, and always sets the offset to EOF when it's used. Remove it from the whitelist. Cc: Amir Goldstein Signed-off-by: Jeff Layton Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/common/rc b/common/rc index 3fe5647ec..e0b087c10 100644 --- 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*)