summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src/marker.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/marker/src/marker.c')
-rw-r--r--xlators/features/marker/src/marker.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/marker/src/marker.c b/xlators/features/marker/src/marker.c
index d3abd4b0b5..29294e73fd 100644
--- a/xlators/features/marker/src/marker.c
+++ b/xlators/features/marker/src/marker.c
@@ -2966,7 +2966,7 @@ unwind:
gf_uuid_copy(local->loc.gfid, buf->ia_gfid);
if (priv->feature_enabled & GF_QUOTA) {
- mq_xattr_state(this, &local->loc, dict, *buf);
+ mq_xattr_state(this, &local->loc, dict, buf);
}
out:
@@ -3118,7 +3118,7 @@ marker_readdirp_cbk(call_frame_t *frame, void *cookie, xlator_t *this,
"failed for %s",
uuid_utoa(loc.inode->gfid));
- mq_xattr_state(this, &loc, entry->dict, entry->d_stat);
+ mq_xattr_state(this, &loc, entry->dict, &entry->d_stat);
loc_wipe(&loc);
ret = marker_key_set_ver(this, entry->dict);