Skip to content
Commit 9bf72259 authored by Jens Axboe's avatar Jens Axboe
Browse files

xsysace: end request handling fix



In ace_fsm_dostate(), the variable 'i' was used only for passing
sector size of the request to end_that_request_first().
So I removed it and changed the code to pass the size in bytes
directly to __blk_end_request()

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 0ba6c33b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment