From 260edb905171ebed3692eaeca404d13202cd5fd0 Mon Sep 17 00:00:00 2001 From: Pranith K Date: Sat, 16 Jul 2011 08:20:11 +0000 Subject: PUMP: set pump lk_owner,pid to frame->root Signed-off-by: Pranith Kumar K Signed-off-by: Anand Avati BUG: 3182 (Afr self-heal should happen with out big lock) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3182 --- xlators/cluster/afr/src/pump.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xlators/cluster/afr/src/pump.h') diff --git a/xlators/cluster/afr/src/pump.h b/xlators/cluster/afr/src/pump.h index 394e6eab753..d69db936899 100644 --- a/xlators/cluster/afr/src/pump.h +++ b/xlators/cluster/afr/src/pump.h @@ -26,9 +26,6 @@ #define CLIENT_CMD_CONNECT "trusted.glusterfs.client-connect" #define CLIENT_CMD_DISCONNECT "trusted.glusterfs.client-disconnect" -#define PUMP_PID 696969 -#define PUMP_LK_OWNER 696969 - #define IS_ROOT_PATH(path) (!strcmp (path, "/")) #define IS_ENTRY_CWD(entry) (!strcmp (entry, ".")) #define IS_ENTRY_PARENT(entry) (!strcmp (entry, "..")) -- cgit