git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89dc290
)
USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission path
author
Matthew Wilcox
<matthew@wil.cx>
Wed, 15 Dec 2010 20:44:06 +0000
(15:44 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 15 Dec 2010 23:26:44 +0000
(15:26 -0800)
If swap is on a UAS device, we could recurse into the driver by using
GFP_KERNEL. Using GFP_NOIO ensures we won't.
Reported-by: James Bottomley <James.Bottomley@suse.de>
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found