From d6cbfe3b4be0af43a14df76e2305488158cff3e1 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Thu, 14 Apr 2011 05:10:34 +0000 Subject: quota: resume the stub when its not NULL Signed-off-by: Raghavendra Bhat Signed-off-by: Anand Avati BUG: 2758 ([glusterfs-3.2.0qa11]: symlink hangs) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2758 --- xlators/features/quota/src/quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features') diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c index d3b970264ca..e5868189d43 100644 --- a/xlators/features/quota/src/quota.c +++ b/xlators/features/quota/src/quota.c @@ -1827,7 +1827,7 @@ quota_symlink (call_frame_t *frame, xlator_t *this, const char *linkpath, } UNLOCK (&local->lock); - if (stub == NULL) { + if (stub != NULL) { call_resume (stub); } -- cgit