summaryrefslogtreecommitdiffstats
path: root/xlators/performance/quick-read/src/quick-read.c
diff options
context:
space:
mode:
authorMohammed Junaid <junaid@redhat.com>2012-04-25 15:39:20 +0530
committerVijay Bellur <vijay@gluster.com>2012-05-25 04:25:20 -0700
commit0917026a3629cd8bfb9af73f1c8d5a333c2bf569 (patch)
tree9a629737af7addfdd1532d79975b8d9fd964b18c /xlators/performance/quick-read/src/quick-read.c
parented67fbf9d22a8099155795a5482c219f488992c3 (diff)
mount/fuse: Use state->lk_lock to print lock information on EAGAIN.
Change-Id: I24a4a0b1c8dc0b8e08b380a5bc8efc111ccdb2c3 BUG: 808400 Signed-off-by: Mohammed Junaid <junaid@redhat.com> Reviewed-on: http://review.gluster.com/3438 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/performance/quick-read/src/quick-read.c')
-rw-r--r--xlators/performance/quick-read/src/quick-read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/quick-read/src/quick-read.c b/xlators/performance/quick-read/src/quick-read.c
index 48146ddad95..fed57601577 100644
--- a/xlators/performance/quick-read/src/quick-read.c
+++ b/xlators/performance/quick-read/src/quick-read.c
@@ -3050,7 +3050,7 @@ qr_lk_helper (call_frame_t *frame, xlator_t *this, fd_t *fd, int32_t cmd,
return 0;
unwind:
- QR_STACK_UNWIND (lk, frame, -1, op_errno, NULL, NULL);
+ QR_STACK_UNWIND (lk, frame, -1, op_errno, lock, xdata);
return 0;
}