[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090513000742X.fujita.tomonori@lab.ntt.co.jp>
Date: Wed, 13 May 2009 00:06:21 +0900
From: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
To: bharrosh@...asas.com
Cc: fujita.tomonori@....ntt.co.jp, k-ueda@...jp.nec.com, tj@...nel.org,
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 Tue, 12 May 2009 17:45:33 +0300
Boaz Harrosh <bharrosh@...asas.com> wrote:
> 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 see, thanks. Looks like we need to export it but I still think that
the bug fix patch for swim3 is valid and it's better for swim3 to use
blk_end_request().
> I think Tejun Heo was just using that in some recent block layer, transformation.
> Tejun?
At least, there is no users of it in Jens' for-2.6.31.
--
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