mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 21:35:07 +00:00
mm/mempolicy.c: quiet sparse noise
Quiet the spares noise: warning: symbol 'default_policy' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Cc: Stephen Wilson <wilsons@start.ca> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: Mel Gorman <mel@csn.ul.ie> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
22d5368a08
commit
e754d79d35
@ -111,7 +111,7 @@ enum zone_type policy_zone = 0;
|
|||||||
/*
|
/*
|
||||||
* run-time system-wide default policy => local allocation
|
* run-time system-wide default policy => local allocation
|
||||||
*/
|
*/
|
||||||
struct mempolicy default_policy = {
|
static struct mempolicy default_policy = {
|
||||||
.refcnt = ATOMIC_INIT(1), /* never free it */
|
.refcnt = ATOMIC_INIT(1), /* never free it */
|
||||||
.mode = MPOL_PREFERRED,
|
.mode = MPOL_PREFERRED,
|
||||||
.flags = MPOL_F_LOCAL,
|
.flags = MPOL_F_LOCAL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user