diff options
Diffstat (limited to 'xlators/features/quota')
-rw-r--r-- | xlators/features/quota/src/quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c index d3b970264..e5868189d 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); } |