When retrieving a requeued IO, don't setup data pointers again
authorJens Axboe <jens.axboe@oracle.com>
Sat, 1 Mar 2008 14:22:32 +0000 (15:22 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 1 Mar 2008 14:22:32 +0000 (15:22 +0100)
commit6ac7a3310ff8c21bb563939c8accec8c0d609109
tree445442ad68c9cea23b5e63279eb0073f7a4364d2
parentaf4bab56db4f87410c491c356954bbb65171f94d
When retrieving a requeued IO, don't setup data pointers again

This is a bug, if we had a residual data count we would be
retrying the full request again.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
io_u.c