]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: extract code to fault in a page from __get_user_pages()
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Thu, 22 May 2014 00:43:08 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:08 +0000 (10:43 +1000)
commite525971f026db4badc4438e4eb1a14a870d4c0ff
tree9e398b23f621c4ca1a574e525443a8ac28e944a8
parent2455469b02208a21db00f81ad2b52aae45d71bcb
mm: extract code to fault in a page from __get_user_pages()

Nesting level in __get_user_pages() is just insane. Let's try to fix it
a bit.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/gup.c