public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] common/rc: ceph only supports default SEEK_HOLE behavior
@ 2019-07-26 13:45 Jeff Layton
  0 siblings, 0 replies; only message in thread
From: Jeff Layton @ 2019-07-26 13:45 UTC (permalink / raw)
  To: fstests; +Cc: amir73il

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 <amir73il@gmail.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
 common/rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/rc b/common/rc
index 3fe5647ec658..e0b087c10e8f 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*)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-26 13:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-26 13:45 [PATCH] common/rc: ceph only supports default SEEK_HOLE behavior Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox