From b147ebb158c9f516ae2d815aaf1cd270efd5ebcb Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Sun, 28 Jun 2015 10:15:44 +0200 Subject: Revert "Upcall/gfapi: Return ENOTSUP when upcall feature is disabled" This reverts commit b68f671b2b8a0aafef8f98145aee7044edaa907d from http://review.gluster.org/11196 . The change depends on modifications to the cluster xlators, but these are still partially under review. Dropping this change now, it causes regression tests to fail. Change-Id: If5ae4a519c9c6312cdb2e2a31acce4b1901f9442 BUG: 1231132 Signed-off-by: Soumya Koduri Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/11452 --- libglusterfs/src/common-utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libglusterfs/src/common-utils.h') diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index 9b07e8c7565..86ea42ee849 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -125,7 +125,6 @@ enum _gf_client_pid enum _gf_xlator_ipc_targets { GF_IPC_TARGET_CHANGELOG = 0, - GF_IPC_UPCALL_FEATURES = 1, }; typedef enum _gf_boolean gf_boolean_t; -- cgit