From: James Bottomley Date: Sun, 17 May 2009 14:30:48 +0000 (-0500) Subject: [SCSI] fix up scsi_eh_lock_door() X-Git-Tag: v2.6.31-rc1~365^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91bc31fb3bae4e55832c7c39d4f9c193285e6ab2;p=pandora-kernel.git [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 --- Reading git-diff-tree failed