mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
mm/page_alloc.c: unexport alloc_pages_exact_nid()
It is only called by mm/page_cgroup.c whcih cannot be modular. Reported-by: David Rientjes <rientjes@google.com> Cc: Fabian Frederick <fabf@skynet.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e193181160
commit
b95b4e1ed9
@ -2970,7 +2970,6 @@ void * __meminit alloc_pages_exact_nid(int nid, size_t size, gfp_t gfp_mask)
|
||||
return NULL;
|
||||
return make_alloc_exact((unsigned long)page_address(p), order, size);
|
||||
}
|
||||
EXPORT_SYMBOL(alloc_pages_exact_nid);
|
||||
|
||||
/**
|
||||
* free_pages_exact - release memory allocated via alloc_pages_exact()
|
||||
|
Loading…
x
Reference in New Issue
Block a user