summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/mount/fuse/src/fuse-bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c
index 18a4d7aee77..774501347a3 100644
--- a/xlators/mount/fuse/src/fuse-bridge.c
+++ b/xlators/mount/fuse/src/fuse-bridge.c
@@ -3251,7 +3251,7 @@ fuse_graph_setup (xlator_t *this, glusterfs_graph_t *graph)
/* handle the case of more than one CHILD_UP on same graph */
if (priv->active_subvol == graph->top)
- return -1;
+ return 0; /* This is a valid case */
itable = inode_table_new (0, graph->top);
if (!itable)