summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/features/shard/src/shard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/shard/src/shard.c b/xlators/features/shard/src/shard.c
index 289f8e48ba9..aee6ed3ce45 100644
--- a/xlators/features/shard/src/shard.c
+++ b/xlators/features/shard/src/shard.c
@@ -396,7 +396,7 @@ shard_update_file_size_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
goto err;
}
- if (shard_modify_size_and_block_count (&local->postbuf, xdata)) {
+ if (shard_modify_size_and_block_count (&local->postbuf, dict)) {
local->op_ret = -1;
local->op_errno = ENOMEM;
goto err;