diff options
author | Amar Tumballi <amar@gluster.com> | 2010-09-08 03:32:45 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-08 02:36:25 -0700 |
commit | 8152690933c0c1168ccc7e79f3e366c3dfa780d8 (patch) | |
tree | 346899e563dd943f65b23482b1d87fde220847e2 /xlators | |
parent | faaf7cbab67ae57b58623bf82d11b835ace028cf (diff) |
fuse: suppress wrong/confusing log message about graph setup failure
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1527 (mount time defunct window with remote volumes)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1527
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 2 |
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 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) |