]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove gfp mask from pcpu_get_vm_areas
authorDavid Rientjes <rientjes@google.com>
Thu, 13 Jan 2011 23:46:01 +0000 (15:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Jan 2011 01:32:34 +0000 (17:32 -0800)
commit65ac1e76d10a256eb668f3ef8146c33e1e9e652c
tree43de86d9fbb6543b99e1f450b1a3c15a3f151fa0
parentbb823d87625cc794330ccc4c12259902bab4324e
mm: remove gfp mask from pcpu_get_vm_areas

pcpu_get_vm_areas() only uses GFP_KERNEL allocations, so remove the gfp_t
formal and use the mask internally.

Signed-off-by: David Rientjes <rientjes@google.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/vmalloc.h
mm/percpu-vm.c
mm/vmalloc.c