diff options
author | Junaid <junaid@gluster.com> | 2011-03-25 01:48:52 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-26 06:45:42 -0700 |
commit | 0952bbb30564e8a2359039841290f9956c96e1b9 (patch) | |
tree | 1f0d50ba9352966c175d4f156e0be37400b8e6e5 /xlators/features/quota/src/quota.h | |
parent | c55d855c74d860ff0dae942f95c290eba45f15f8 (diff) |
features/quota: Return dynamically allocated address of local.
Signed-off-by: Junaid <junaid@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 2473 (Support for volume and directory level quota)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473
Diffstat (limited to 'xlators/features/quota/src/quota.h')
-rw-r--r-- | xlators/features/quota/src/quota.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/features/quota/src/quota.h b/xlators/features/quota/src/quota.h index f849b86e201..1f0546d4e87 100644 --- a/xlators/features/quota/src/quota.h +++ b/xlators/features/quota/src/quota.h @@ -90,7 +90,6 @@ STACK_UNWIND_STRICT (fop, frame, params); \ quota_local_cleanup (_this, _local); \ GF_FREE (_local); \ - gf_log (this->name, GF_LOG_INFO, "stack unwind"); \ } while (0) #define QUOTA_FREE_CONTRIBUTION_NODE(_contribution) \ |