summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>2014-04-03 23:48:08 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-04 01:21:03 +0200
commit80d7ef66142b0b4358223790e7a4cb153b48a05c (patch)
tree015aa1bba559be299fe895da2d1df4f83919144c /security
parentinclude/linux/mm.h: remove ifdef condition (diff)
downloadlinux-80d7ef66142b0b4358223790e7a4cb153b48a05c.tar.xz
linux-80d7ef66142b0b4358223790e7a4cb153b48a05c.zip
mm: rename __do_fault() -> do_fault()
Current __do_fault() is awful and unmaintainable. These patches try to sort it out by split __do_fault() into three destinct codepaths: - to handle read page fault; - to handle write page fault to private mappings; - to handle write page fault to shared mappings; I also found page refcount leak in PageHWPoison() path of __do_fault(). This patch (of 7): do_fault() is unused: no reason for underscores. Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Mel Gorman <mgorman@suse.de> Cc: Rik van Riel <riel@redhat.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Matthew Wilcox <matthew.r.wilcox@intel.com> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions