From 5a574d96c392b19a92bb925b4b4dd268393831ea Mon Sep 17 00:00:00 2001 From: Harshavardhana Ranganath Date: Tue, 26 Jan 2010 09:06:18 +0000 Subject: Revert "Server backend storage hang should not cause the mount point to hang." This reverts commit a0b148ea4e2a0163548eeb89b7580be4adbb8070. Signed-off-by: Harshavardhana Signed-off-by: Anand V. Avati BUG: 272 (Server backend storage hang should not cause the mount point to hang) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=272 --- xlators/protocol/server/src/server-helpers.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xlators/protocol/server/src/server-helpers.h') diff --git a/xlators/protocol/server/src/server-helpers.h b/xlators/protocol/server/src/server-helpers.h index 5c584b00aa7..867035d3334 100644 --- a/xlators/protocol/server/src/server-helpers.h +++ b/xlators/protocol/server/src/server-helpers.h @@ -69,10 +69,4 @@ gf_direntry_to_bin (dir_entry_t *head, char *bufferp); void server_print_request (call_frame_t *frame); -void -server_child_up (xlator_t *this, xlator_t *bound_xl); - -void -server_child_down (xlator_t *this, xlator_t *bound_xl); - #endif /* __SERVER_HELPERS_H__ */ -- cgit