]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: move get_user_pages()-related code to separate file
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Wed, 14 May 2014 00:02:01 +0000 (10:02 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 May 2014 00:02:01 +0000 (10:02 +1000)
commitc5f7178dce5d707be0906b374e2d6826e592ec1d
tree5506babd2234ee7b4f14db64fa0fabe8e7a30ced
parent0746a9e8142e48d8571335ee8162f1edaf902b1f
mm: move get_user_pages()-related code to separate file

mm/memory.c is overloaded: over 4k lines. get_user_pages() code is
pretty much self-contained let's move it to separate file.

No other changes made.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/Makefile
mm/gup.c [new file with mode: 0644]
mm/internal.h
mm/memory.c