]> git.kernelconcepts.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, 4 Jun 2014 23:08:10 +0000 (16:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:04 +0000 (16:54 -0700)
commit4bbd4c776a63a063546552de42f6a535395f6d9e
tree2a722c3bde3f3dabf85030b391b44c2cb3972df2
parentf4527c90868d8fa175c68ccf216cf9b67a7d8a1a
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/Makefile
mm/gup.c [new file with mode: 0644]
mm/internal.h
mm/memory.c