commit | ae18d6dcf57b56b984ff27fd55b4e2caf5bfbd44 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@linux.intel.com> | Tue Sep 08 14:59:14 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Sep 08 15:35:28 2015 -0700 |
tree | 59a27d17e1b37faddd0fa8a76018799e9207fbe3 | |
parent | e676a4c191653787c3fe851fe3b9f1f33d49dac2 [diff] |
thp: change insert_pfn's return type to void It would make more sense to have all the return values from vmf_insert_pfn_pmd() encoded in one place instead of having to follow the convention into insert_pfn(). Suggested by Jeff Moyer. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Cc: Jeff Moyer <jmoyer@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>