Re: [PATCH 007 of 35] Drop 'size' argument from bio_endio and bi_end_io.

2007-08-01 Thread Tejun Heo
NeilBrown wrote: > As bi_end_io is only called once when the reqeust is compelte, > 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

Re: [PATCH 007 of 35] Drop 'size' argument from bio_endio and bi_end_io.

2007-08-01 Thread Tejun Heo
NeilBrown wrote: As bi_end_io is only called once when the reqeust is compelte, 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.

[PATCH 007 of 35] Drop 'size' argument from bio_endio and bi_end_io.

2007-07-30 Thread NeilBrown
As bi_end_io is only called once when the reqeust is compelte, 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

[PATCH 007 of 35] Drop 'size' argument from bio_endio and bi_end_io.

2007-07-30 Thread NeilBrown
As bi_end_io is only called once when the reqeust is compelte, 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