]> 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>
Thu, 22 May 2014 00:43:07 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:07 +0000 (10:43 +1000)
commit6f733015a96978b330f37c67613750fed00a8f3a
treeeb0ab607c67ad24c49f1d757aef0d2de904c539d
parent56bc9abbabe1c03f935d25c0769a1fd1fbfae435
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