From: Kirill A. Shutemov Date: Thu, 3 Apr 2014 21:48:10 +0000 (-0700) Subject: mm: do_fault(): extract to call vm_ops->do_fault() to separate function X-Git-Tag: v3.15-rc1~106^2~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eae74af32d2048d27c38bad1c767a8f3ce4ddb6;p=pandora-kernel.git mm: do_fault(): extract to call vm_ops->do_fault() to separate function Extract code to vm_ops->do_fault() and basic error handling to separate function. The code will be reused. Signed-off-by: Kirill A. Shutemov Cc: Mel Gorman Cc: Rik van Riel Cc: Andi Kleen Cc: Matthew Wilcox Cc: Dave Hansen Cc: Naoya Horiguchi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed