[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A098B8D.10107@panasas.com>
Date: Tue, 12 May 2009 17:45:33 +0300
From: Boaz Harrosh <bharrosh@...asas.com>
To: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>,
Kiyoshi Ueda <k-ueda@...jp.nec.com>, Tejun Heo <tj@...nel.org>
CC: jens.axboe@...cle.com, linux-kernel@...r.kernel.org,
benh@...nel.crashing.org
Subject: Re: [PATCH] swim3: use blk_end_request instead of blk_update_request
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@...jp.nec.com>
I think Tejun Heo was just using that in some recent block layer, transformation.
Tejun?
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
> ---
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists