diff options
author | NeilBrown <neilb@suse.de> | 2007-09-27 10:46:13 (GMT) |
---|---|---|
committer | Jens Axboe <axboe@carl.home.kernel.dk> | 2007-10-10 07:25:57 (GMT) |
commit | 5bb23a688b2de23d7765a1dd439d89c038378978 (patch) | |
tree | 15e5e07c28b5aacd19d76ccdd4f7b2b75804d347 /drivers/md/dm-io.c | |
parent | 9cc54d40b8ca01fcefc9151044b6996565061d90 (diff) | |
download | linux-5bb23a688b2de23d7765a1dd439d89c038378978.tar.xz |
Don't decrement bi_size in bio_endio
The only caller of bio_endio that does not pass the full bi_size
is end_that_request_first. Also, no ->bi_end_io method is really
interested in bi_size being decremented.
So move the decrement and related code into ll_rw_blk and merge it
with order_bio_endio to form req_bio_endio which does endio functionality
specific to request completion.
As some ->bi_end_io methods do check bi_size of 0, we set it thus for
now, but that will go in the next patch.
Signed-off-by: Neil Brown <neilb@suse.de>
### Diffstat output
./block/ll_rw_blk.c | 42 +++++++++++++++++++++++++++---------------
./fs/bio.c | 23 +++++++++++------------
2 files changed, 38 insertions(+), 27 deletions(-)
diff .prev/block/ll_rw_blk.c ./block/ll_rw_blk.c
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/md/dm-io.c')
0 files changed, 0 insertions, 0 deletions