summaryrefslogtreecommitdiffstats
path: root/xlators/features/quota/src/quota.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/quota/src/quota.c')
-rw-r--r--xlators/features/quota/src/quota.c2
1 files changed, 1 insertions, 1 deletions
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);
}