OSDN Git Service

mm: unexport free_reserved_area
authorChristoph Hellwig <hch@lst.de>
Tue, 5 Mar 2019 23:49:13 +0000 (15:49 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Mar 2019 05:07:20 +0000 (21:07 -0800)
commitafa00112893f4ca02777c3cf4f93011577af5ffc
tree10cc36c5e82d9ec521589bb97eae825126243860
parentb2f0246d69c0cc909f64469c9117a9616758d9fc
mm: unexport free_reserved_area

This function is only used by built-in code, which makes perfect sense
given the purpose of it.

Link: http://lkml.kernel.org/r/20190213174621.29297-2-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c