diff options
author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | 2014-06-05 01:08:11 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-05 01:54:04 +0200 |
commit | 69e68b4f03135da4a09d1215a3942d7dabd1075b (patch) | |
tree | b69462f8a648708c31244d89a7fda3bde225ac7c /MAINTAINERS | |
parent | mm: extract in_gate_area() case from __get_user_pages() (diff) | |
download | linux-69e68b4f03135da4a09d1215a3942d7dabd1075b.tar.xz linux-69e68b4f03135da4a09d1215a3942d7dabd1075b.zip |
mm: cleanup follow_page_mask()
Cleanups:
- move pte-related code to separate function. It's about half of the
function;
- get rid of some goto-logic;
- use 'return NULL' instead of 'return page' where page can only be
NULL;
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>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions