diff options
| author | Giridhar Pemmasani <[email protected]> | 2006-10-28 10:38:34 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-10-28 11:30:52 -0700 |
| commit | 52fd24ca1db3a741f144bbc229beefe044202cac (patch) | |
| tree | bb3959b403c4bfec138b61e7943e17a76dc6cad6 /include/linux/cdev.h | |
| parent | 6a2aae06cc1e87e9712a26a639f6a2f3442e2027 (diff) | |
[PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context'
If __vmalloc is called to allocate memory with GFP_ATOMIC in atomic
context, the chain of calls results in __get_vm_area_node allocating memory
for vm_struct with GFP_KERNEL, causing the 'sleeping from invalid context'
warning. This patch fixes it by passing the gfp flags along so
__get_vm_area_node allocates memory for vm_struct with the same flags.
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/cdev.h')
0 files changed, 0 insertions, 0 deletions