]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[SCSI] fix up scsi_eh_lock_door()
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Sun, 17 May 2009 14:30:48 +0000 (09:30 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 8 Jun 2009 17:47:40 +0000 (12:47 -0500)
commit91bc31fb3bae4e55832c7c39d4f9c193285e6ab2
tree6c6de6dafead71faf2027a2e7fe525cec16a3d9d
parent477e608c03eb2f561a23994bee38a32a9fd3357d
[SCSI] fix up scsi_eh_lock_door()

The Documentation is incorrect (we removed some functions referred to), and
none of the bug warnings now apply.  Additionally remove the spurious check on
the return from blk_get_request() which can't fail if __GFP_WAIT is passed in.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/scsi_error.c