• Hugh Dickins's avatar
    mempolicy trivia: slightly more consistent naming · c36f6e6d
    Hugh Dickins authored
    Before getting down to work, do a little cleanup, mainly of inconsistent
    variable naming.  I gave up trying to rationalize mpol versus pol versus
    policy, and node versus nid, but let's avoid p and nd.  Remove a few
    superfluous blank lines, but add one; and here prefer vma->vm_policy to
    vma_policy(vma) - the latter being appropriate in other sources, which
    have to allow for !CONFIG_NUMA.  That intriguing line about KERNEL_DS? 
    should have gone in v2.6.15, when numa_policy_init() stopped using
    set_mempolicy(2)'s system call handler.
    
    Link: https://lkml.kernel.org/r/68287974-b6ae-7df-4ba-d19ddd69cbf@google.comSigned-off-by: default avatarHugh Dickins <hughd@google.com>
    Reviewed-by: default avatarMatthew Wilcox (Oracle) <willy@infradead.org>
    Cc: Andi Kleen <ak@linux.intel.com>
    Cc: Christoph Lameter <cl@linux.com>
    Cc: David Hildenbrand <david@redhat.com>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: "Huang, Ying" <ying.huang@intel.com>
    Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
    Cc: Mel Gorman <mgorman@techsingularity.net>
    Cc: Michal Hocko <mhocko@suse.com>
    Cc: Mike Kravetz <mike.kravetz@oracle.com>
    Cc: Nhat Pham <nphamcs@gmail.com>
    Cc: Sidhartha Kumar <sidhartha.kumar@oracle.com>
    Cc: Suren Baghdasaryan <surenb@google.com>
    Cc: Tejun heo <tj@kernel.org>
    Cc: Vishal Moola (Oracle) <vishal.moola@gmail.com>
    Cc: Yang Shi <shy828301@gmail.com>
    Cc: Yosry Ahmed <yosryahmed@google.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    c36f6e6d
mempolicy.c 78.3 KB