• Hugh Dickins's avatar
    mempolicy: mpol_shared_policy_init() without pseudo-vma · 35ec8fa0
    Hugh Dickins authored
    mpol_shared_policy_init() does not need to use a pseudo-vma: it can use
    sp_alloc() and sp_insert() directly, since the object's shared policy tree
    is empty and inaccessible (needing no lock) at get_inode() time.
    
    Link: https://lkml.kernel.org/r/3bef62d8-ae78-4c2-533-56a44ae425c@google.comSigned-off-by: default avatarHugh Dickins <hughd@google.com>
    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: Matthew Wilcox (Oracle) <willy@infradead.org>
    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>
    35ec8fa0
mempolicy.c 78.3 KB