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)
commite36e64930cffd94e1c37fdb82f35989384aa946b
tree33003d06d85aebb70a364dfb52cf20186690982d
parentb83b86a352280cc8cbbf3760096c703986143b81
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