]> git.baikalelectronics.ru Git - kernel.git/commit
uas: Use GFP_NOIO rather then GFP_ATOMIC where possible
authorHans de Goede <hdegoede@redhat.com>
Thu, 7 Nov 2013 07:35:55 +0000 (08:35 +0100)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Tue, 4 Mar 2014 23:38:20 +0000 (15:38 -0800)
commit0f5d7919d4bdee22dae1dd5019a157b5f68af820
tree33003d06d85aebb70a364dfb52cf20186690982d
parent8bb8f527b4fc730db86a0b4d9a39487c36b55237
uas: Use GFP_NOIO rather then GFP_ATOMIC where possible

We can sleep in our own workqueue (which is the whole reason for having
it), and scsi error handlers are also always called from a context which
may sleep.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/storage/uas.c