From 8152690933c0c1168ccc7e79f3e366c3dfa780d8 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 8 Sep 2010 03:32:45 +0000 Subject: fuse: suppress wrong/confusing log message about graph setup failure Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 1527 (mount time defunct window with remote volumes) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1527 --- xlators/mount/fuse/src/fuse-bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/mount/fuse') diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index 18a4d7aee..774501347 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) -- cgit