]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
blk_end_request: changing scsi (take 4)
authorKiyoshi Ueda <k-ueda@ct.jp.nec.com>
Tue, 11 Dec 2007 22:52:09 +0000 (17:52 -0500)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 28 Jan 2008 09:37:09 +0000 (10:37 +0100)
commit610d8b0c972e3b75493efef8e96175518fd736d3
treead4770bdd3b10126b9f31d3d1d8d021f20991a1c
parente3a04fe34a3ec81ddeddb6c73fb7299716cffbb0
blk_end_request: changing scsi (take 4)

This patch converts scsi mid-layer to use blk_end_request interfaces.
Related 'uptodate' arguments are converted to 'error'.

As a result, the interface of internal function, scsi_end_request(),
is changed.

Cc: James Bottomley <James.Bottomley@SteelEye.com>
Cc: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Kiyoshi Ueda <k-ueda@ct.jp.nec.com>
Signed-off-by: Jun'ichi Nomura <j-nomura@ce.jp.nec.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/scsi/scsi_lib.c