]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: use GFP_NOIO in reset path
authorOliver Neukum <oliver@neukum.org>
Fri, 1 Feb 2008 23:16:56 +0000 (15:16 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Feb 2008 19:46:23 +0000 (11:46 -0800)
commitce2193d7451caa92af6753b5cef6212be6bbb57f
treec1b035bcc357df9390b48aab1db03cae56810ffc
parent69421556bbdb1cc1447ba330f7411871a72b6e7b
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.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hub.c