public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] block: remove end_{queued|dequeued}_request()
@ 2008-01-11 21:49 Kiyoshi Ueda
  2008-01-12 11:58 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Kiyoshi Ueda @ 2008-01-11 21:49 UTC (permalink / raw)
  To: jens.axboe; +Cc: rusty, linux-kernel, j-nomura, k-ueda

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-12 11:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-11 21:49 [PATCH 0/3] block: remove end_{queued|dequeued}_request() Kiyoshi Ueda
2008-01-12 11:58 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox