linux-stable/drivers/block/aoe
NeilBrown 6712ecf8f6 Drop 'size' argument from bio_endio and bi_end_io
As bi_end_io is only called once when the reqeust is complete,
the 'size' argument is now redundant.  Remove it.

Now there is no need for bio_endio to subtract the size completed
from bi_size.  So don't do that either.

While we are at it, change bi_end_io to return void.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2007-10-10 09:25:57 +02:00
..
aoe.h [BLOCK] Get rid of request_queue_t typedef 2007-07-24 09:28:11 +02:00
aoeblk.c Drop 'size' argument from bio_endio and bi_end_io 2007-10-10 09:25:57 +02:00
aoechr.c [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00
aoecmd.c Drop 'size' argument from bio_endio and bi_end_io 2007-10-10 09:25:57 +02:00
aoedev.c Drop 'size' argument from bio_endio and bi_end_io 2007-10-10 09:25:57 +02:00
aoemain.c aoe: revert printk macros 2006-10-18 12:53:51 -07:00
aoenet.c [AOE]: Introduce aoe_hdr() 2007-04-25 22:24:28 -07:00
Makefile