diff options
author | Raghavendra G <rgowdapp@redhat.com> | 2013-09-16 21:35:08 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-11-26 10:23:02 -0800 |
commit | 460ce40d3e2069bf6262dccea6f5ae2fac60d90f (patch) | |
tree | f4f2dec9b963edd4ef9233486e341d940c965ed4 /xlators/features/quota | |
parent | d6dc8d0e9e2052818c9858f6b073a8bacc3fca88 (diff) |
features/marker: quota friendly changes
* handles renames on dht linkfiles correctly
* nameless lookup friendly changes. uses gfid-to-path conversion
functionality from storage/posix to build ancestry till root.
* log message cleanup.
* build inode contexts in readdirp
* Accounting still not correct with hardlinks.
Credits:
========
Vijay Bellur <vbellur@redhat.com>
Raghavendra Bhat <rabhat@redhat.com>
Change-Id: I415b6fbbc9691f5a38d9fd3c5d083a61e578bb81
BUG: 969461
Signed-off-by: Raghavendra G <rgowdapp@redhat.com>
Reviewed-on: http://review.gluster.org/5953
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
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 c527e7ca7..345d44c52 100644 --- a/xlators/features/quota/src/quota.c +++ b/xlators/features/quota/src/quota.c @@ -239,7 +239,7 @@ quota_validate_cbk (call_frame_t *frame, void *cookie, xlator_t *this, } UNLOCK (&ctx->lock); - quota_check_limit (frame, local->validate_loc.inode, this, NULL, NULL); + quota_check_limit (frame, local->validate_loc.inode, this, NULL, NULL) ; return 0; unwind: |