From: Oliver Neukum Date: Wed, 26 Aug 2009 17:56:12 +0000 (+0200) Subject: USB: storage: fix a resume path GFP_NOIO must be used X-Git-Tag: v2.6.32-rc1~174^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5dc8ae121592239c2a2521d383bcb789849b2a3;p=pandora-kernel.git USB: storage: fix a resume path GFP_NOIO must be used In the resume path of a block driver GFP_NOIO must be used to avoid a possible deadlock. The onetouch subdriver of storage violates the requirement. Signed-off-by: Oliver Neukum Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed