]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: extract in_gate_area() case from __get_user_pages()
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Wed, 14 May 2014 00:02:02 +0000 (10:02 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 May 2014 00:02:02 +0000 (10:02 +1000)
commit9fd644a6bd2d10050999ccaffeb0c4df31289ba0
treeaaf273ff670b8907eb412c039ff42a7fc131b9ac
parentc5f7178dce5d707be0906b374e2d6826e592ec1d
mm: extract in_gate_area() case from __get_user_pages()

The case is special and disturb from reading main __get_user_pages()
code path. Let's move it to separate function.

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