summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e3ed48bd8cc..dd3e8e2b624 100644
--- a/xlators/features/quota/src/quota.c
+++ b/xlators/features/quota/src/quota.c
@@ -837,8 +837,8 @@ quota_check_limit_continuation (struct list_head *parents, inode_t *inode,
list_for_each_entry (entry, parents, next) {
parent = inode_find (inode->table, entry->par);
-
quota_check_limit (frame, parent, this, NULL, NULL);
+ inode_unref (parent);
}
out: