From: Hans de Goede Date: Thu, 7 Nov 2013 07:35:55 +0000 (+0100) Subject: uas: Use GFP_NOIO rather then GFP_ATOMIC where possible X-Git-Tag: v3.15-rc1~137^2~26^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e36e64930cffd94e1c37fdb82f35989384aa946b;p=pandora-kernel.git 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 Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed