From c15449aaaeb725c49af3817e07ea33c6c09c8c15 Mon Sep 17 00:00:00 2001 From: Harshavardhana Ranganath Date: Tue, 26 Jan 2010 09:05:41 +0000 Subject: Revert "Server backend storage hang should not cause the mount point to hang." This reverts commit a0b148ea4e2a0163548eeb89b7580be4adbb8070. Signed-off-by: Harshavardhana Signed-off-by: Anand V. Avati BUG: 272 (Server backend storage hang should not cause the mount point to hang) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=272 --- libglusterfs/src/xlator.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libglusterfs/src/xlator.c') diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index 650a844c912..44494a944a6 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -870,6 +870,10 @@ xlator_tree_init (xlator_t *xl) */ ret = xlator_init_rec (top); + if (ret == 0 && top->notify) { + top->notify (top, GF_EVENT_PARENT_UP, NULL); + } + return ret; } -- cgit