Re: [PATCH scsi-misc-2.6 04/04] scsi: remove unnecessaryscsi_wait_req_end_io()

From: James Bottomley
Date: Sat May 14 2005 - 10:28:56 EST


On Sat, 2005-05-14 at 22:57 +0900, Tejun Heo wrote:
> As all requests are now terminated via scsi midlayer, we don't
> need to set end_io for special reqs, remove it.

This statement is untrue as long as the prep function can return
BLKPREP_KILL, which it still does even after your patch set, so the
scsi_wait_req_end_io() is still necessary to catch this case.

James


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/