commit | e36e64930cffd94e1c37fdb82f35989384aa946b | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Thu Nov 07 08:35:55 2013 +0100 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Tue Mar 04 15:38:20 2014 -0800 |
tree | 33003d06d85aebb70a364dfb52cf20186690982d | |
parent | b83b86a352280cc8cbbf3760096c703986143b81 [diff] |
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>