From: Oliver Neukum Date: Thu, 10 Jan 2008 09:31:48 +0000 (+0100) Subject: USB: use GFP_NOIO in reset path X-Git-Tag: v2.6.25-rc1~1075^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc1a51ff32cd54881a7e4d92ed89cee49843265;p=pandora-kernel.git USB: use GFP_NOIO in reset path this function will run in the context of the scsi error handler thread. It must use GFP_NOIO instead of GFP_KERNEL to avoid a possible deadlock. Cc: stable Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed