diff options
author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | 2014-06-04 16:08:11 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-04 16:54:04 -0700 |
commit | 69e68b4f03135da4a09d1215a3942d7dabd1075b (patch) | |
tree | b69462f8a648708c31244d89a7fda3bde225ac7c /arch/x86 | |
parent | f2b495ca82e188fd2818479a551f126edf023756 (diff) | |
download | linux-69e68b4f03135da4a09d1215a3942d7dabd1075b.tar.gz |
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 'arch/x86')
0 files changed, 0 insertions, 0 deletions