diff options
Diffstat (limited to 'glusterfsd/src')
-rw-r--r-- | glusterfsd/src/fetch-spec.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/glusterfsd/src/fetch-spec.c b/glusterfsd/src/fetch-spec.c index 5810a615a..0e293e087 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; } |