diff options
Diffstat (limited to 'xlators/performance/quick-read')
-rw-r--r-- | xlators/performance/quick-read/src/quick-read.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xlators/performance/quick-read/src/quick-read.c b/xlators/performance/quick-read/src/quick-read.c index a952dd55c75..5813d961c49 100644 --- a/xlators/performance/quick-read/src/quick-read.c +++ b/xlators/performance/quick-read/src/quick-read.c @@ -2065,8 +2065,6 @@ qr_ftruncate_cbk (call_frame_t *frame, void *cookie, xlator_t *this, goto out; } - frame->local = NULL; - LOCK (&table->lock); { ret = inode_ctx_get (local->fd->inode, this, &value); @@ -2087,7 +2085,7 @@ qr_ftruncate_cbk (call_frame_t *frame, void *cookie, xlator_t *this, out: QR_STACK_UNWIND (ftruncate, frame, op_ret, op_errno, prebuf, - postbuf); + postbuf); return 0; } |