Re: [PATCH] swim3: use blk_end_request instead of blk_update_request
From: Boaz Harrosh
Date: Tue May 12 2009 - 10:45:51 EST
On 05/12/2009 02:29 PM, FUJITA Tomonori wrote:
> swim3 is the only user of blk_update_request(). Let's use
> blk_end_request instead of blk_update_request. swim3 doesn't need to
> update a request manually.
> In addition, we can unexport
> blk_update_request().
>
blk_update_request() was meant for request-based-multi-path, and not for swim3
please see:
32fab448 block: add request update interface
CC: Kiyoshi Ueda<k-ueda@xxxxxxxxxxxxx>
I think Tejun Heo was just using that in some recent block layer, transformation.
Tejun?
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx>
> ---
> drivers/block/swim3.c | 23 +++++++++++++----------
> 1 files changed, 13 insertions(+), 10 deletions(-)
>
Boaz
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/