commit | 91bc31fb3bae4e55832c7c39d4f9c193285e6ab2 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Sun May 17 09:30:48 2009 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Jun 08 12:47:40 2009 -0500 |
tree | 6c6de6dafead71faf2027a2e7fe525cec16a3d9d | |
parent | 477e608c03eb2f561a23994bee38a32a9fd3357d [diff] |
[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>