• L
    mempolicy: support mpol=local tmpfs mount option · 3f226aa1
    Lee Schermerhorn 提交于
    For tmpfs/shmem shared policies, MPOL_DEFAULT is not necessarily equivalent to
    "local allocation".  Because shared policies are at the same "scope" level
    [see Documentation/vm/numa_memory_policy.txt], as vma policies MPOL_DEFAULT
    means "fall back to current task policy".
    
    This patch extends the memory policy string parsing function to display
    "local" for MPOL_PREFERRED + MPOL_F_LOCAL.  This allows one to specify local
    allocation as the default policy for shared memory areas via the tmpfs mpol
    mount option, regardless of the current task's policy.
    
    Also, "local" is now displayed for this policy.  This patch allows us to
    accept the same input format as the display.
    Signed-off-by: NLee Schermerhorn <lee.schermerhorn@hp.com>
    Cc: Christoph Lameter <clameter@sgi.com>
    Cc: David Rientjes <rientjes@google.com>
    Cc: Mel Gorman <mel@csn.ul.ie>
    Cc: Andi Kleen <ak@suse.de>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    3f226aa1
mempolicy.c 57.5 KB