diff options
Diffstat (limited to 'api/src/glfs-master.c')
| -rw-r--r-- | api/src/glfs-master.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/api/src/glfs-master.c b/api/src/glfs-master.c index 9f11a6a0c9c..00a9c929a04 100644 --- a/api/src/glfs-master.c +++ b/api/src/glfs-master.c @@ -40,7 +40,8 @@ graph_setup (struct glfs *fs, glusterfs_graph_t *graph)  	{  		if (new_subvol->switched ||  		    new_subvol == fs->active_subvol || -		    new_subvol == fs->next_subvol) { +		    new_subvol == fs->next_subvol || +                    new_subvol == fs->mip_subvol) {  			/* Spurious CHILD_UP event on old graph */  			ret = 0;  			goto unlock;  | 
