From 0b6aba5ef63882e6a798a23de6f8efbb6bea0ea7 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Sun, 21 Jun 2015 15:51:00 +0200 Subject: core: add seek() FOP Minimal infrastructure changes for the seek() FOP. This will provide SEEK_HOLE and SEEK_DATA functionalities. BUG: 1220173 Change-Id: I4b74fce8b0bad2f45291fd2c2b9e243c4f4a1aa9 Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/11480 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Kaleb KEITHLEY --- libglusterfs/src/common-utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/common-utils.c') diff --git a/libglusterfs/src/common-utils.c b/libglusterfs/src/common-utils.c index 5852ae29c8a..a9e74cb895a 100644 --- a/libglusterfs/src/common-utils.c +++ b/libglusterfs/src/common-utils.c @@ -4196,6 +4196,7 @@ fop_enum_to_pri_string (glusterfs_fop_t fop) case GF_FOP_RCHECKSUM: case GF_FOP_ZEROFILL: case GF_FOP_FALLOCATE: + case GF_FOP_SEEK: return "LOW"; case GF_FOP_NULL: -- cgit