diff options
-rw-r--r-- | xlators/features/marker/src/marker-quota.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/marker/src/marker-quota.c b/xlators/features/marker/src/marker-quota.c index 8c4910a77..a4bac037e 100644 --- a/xlators/features/marker/src/marker-quota.c +++ b/xlators/features/marker/src/marker-quota.c @@ -192,6 +192,8 @@ update_size_xattr (call_frame_t *frame, void *cookie, xlator_t *this, quota_local_t *local = NULL; marker_conf_t *priv = NULL; + local = frame->local; + if (op_ret == -1) goto err; @@ -200,8 +202,6 @@ update_size_xattr (call_frame_t *frame, void *cookie, xlator_t *this, if (!dict) goto err; - local = frame->local; - ret = dict_get_bin (dict, QUOTA_SIZE_KEY, (void **) &size); if (!size) goto err; |