2008-01-11 21:49:37

by Kiyoshi Ueda

[permalink] [raw]
Subject: [PATCH 0/3] block: remove end_{queued|dequeued}_request()

Hi Jens,

This patch set removes end_queued_request() and end_dequeued_request(),
which became identical by the blk-end-request patch set.
They just calls __blk_end_request() actually, so users of them are
converted to call __blk_end_request() directly.

This patch set is for the 'for-akpm' branch of your linux-2.6-block.git.
Please review and apply.

Thanks,
Kiyoshi Ueda


2008-01-12 11:58:55

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH 0/3] block: remove end_{queued|dequeued}_request()

On Fri, Jan 11 2008, Kiyoshi Ueda wrote:
> Hi Jens,
>
> This patch set removes end_queued_request() and end_dequeued_request(),
> which became identical by the blk-end-request patch set.
> They just calls __blk_end_request() actually, so users of them are
> converted to call __blk_end_request() directly.

Please just keep them both and call __blk_end_request(), it's nicer as
an exported name. Then we can do a cleanup run afterwards.

--
Jens Axboe