commit | 9bf722598fcd51073974850ae026b44389430ecc | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Jan 29 21:54:53 2008 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Jan 29 21:54:53 2008 +0100 |
tree | c1fcb8ac5b1d75ce5c6b6530f874d9a796859cb7 | |
parent | 0ba6c33bcddc64a54b5f1c25a696c4767dc76292 [diff] |
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: Jens Axboe <jens.axboe@oracle.com>