summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/cluster/dht/src/dht-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c
index a4e0afa4316..dbbb7e59bc0 100644
--- a/xlators/cluster/dht/src/dht-common.c
+++ b/xlators/cluster/dht/src/dht-common.c
@@ -2731,11 +2731,11 @@ dht_find_local_subvol_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
goto unwind;
}
- DHT_STACK_UNWIND (getxattr, frame, 0, 0, NULL, NULL);
+ DHT_STACK_UNWIND (getxattr, frame, 0, 0, xattr, xdata);
goto out;
unwind:
- DHT_STACK_UNWIND (getxattr, frame, -1, local->op_errno, NULL, NULL);
+ DHT_STACK_UNWIND (getxattr, frame, -1, local->op_errno, NULL, xdata);
out:
return 0;
}