summaryrefslogtreecommitdiffstats
path: root/glusterfsd/src/fetch-spec.c
diff options
context:
space:
mode:
Diffstat (limited to 'glusterfsd/src/fetch-spec.c')
-rw-r--r--glusterfsd/src/fetch-spec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/glusterfsd/src/fetch-spec.c b/glusterfsd/src/fetch-spec.c
index 5810a615a08..0e293e08768 100644
--- a/glusterfsd/src/fetch-spec.c
+++ b/glusterfsd/src/fetch-spec.c
@@ -35,6 +35,8 @@
#include "defaults.h"
+int glusterfs_graph_parent_up (xlator_t *graph);
+
static int
fetch_cbk (call_frame_t *frame,
void *cookie,
@@ -207,6 +209,8 @@ get_shrub (glusterfs_ctx_t *ctx,
if (xlator_tree_init (top) != 0)
return NULL;
+
+ glusterfs_graph_parent_up (top);
return top;
}