https://github.com/torvalds/linux
Revision 30f2ba38011247ad95bffbf0743a0dc0656a5eb7 authored by Paul Mundt on 24 December 2010, 10:38:37 UTC, committed by Paul Mundt on 24 December 2010, 10:38:37 UTC
Presently the root node is initialized by way of kzalloc on the parent
data structure, which by chance happens to do the bulk of what an
explicit initialization does with GFP_NOWAIT semantics. This however is
more by luck than by design, and as we ideally want to permit radix node
allocations access to the emergency pools anyways, add in the proper
initializer with the desired mask.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
1 parent 27f1acc
History
Tip revision: 30f2ba38011247ad95bffbf0743a0dc0656a5eb7 authored by Paul Mundt on 24 December 2010, 10:38:37 UTC
sh: intc: Initialize radix tree gfp mask explicitly.
Tip revision: 30f2ba3
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 178.7 KB
Makefile -rw-r--r-- 50.9 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top