git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bbd4c7
)
mm: extract in_gate_area() case from __get_user_pages()
author
Kirill A. Shutemov
<kirill.shutemov@linux.intel.com>
Wed, 4 Jun 2014 23:08:11 +0000
(16:08 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:04 +0000
(16:54 -0700)
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/gup.c
patch
|
blob
|
history
diff --cc
mm/gup.c
Simple merge