ide-atapi: switch to blk_rq_bytes() on do_request() path
authorBorislav Petkov <petkovbb@gmail.com>
Fri, 1 May 2009 18:35:21 +0000 (20:35 +0200)
committerBorislav Petkov <petkovbb@gmail.com>
Fri, 15 May 2009 04:43:59 +0000 (06:43 +0200)
commitdfb7e621fa12c0579e88560ab176c5768f9e0bfb
tree9a0fc84735ee3290c366b4244763013ba07bcdd7
parent10c0b3437c4dc0d14ac254bbe71e54ea5f238d97
ide-atapi: switch to blk_rq_bytes() on do_request() path

After the recent struct request cleanups, blk_rq_bytes() is guaranteed
to be valid and is the current total length of the rq's bio. Use that
instead of pc->req_xfer in the do_request() path after the command has
been queued

The remaining usage of pc->req_xfer now is only until we map the rq to a
bio.

While at it:

- remove local caching of rq completion length in ide_tape_issue_pc()

Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
drivers/ide/ide-atapi.c
drivers/ide/ide-floppy.c
drivers/ide/ide-tape.c