]> git.baikalelectronics.ru Git - kernel.git/commit
thp: change insert_pfn's return type to void
authorMatthew Wilcox <willy@linux.intel.com>
Tue, 8 Sep 2015 21:59:14 +0000 (14:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Sep 2015 22:35:28 +0000 (15:35 -0700)
commitc7483b8e623e752d7dbfdf893d4b6d991510ae0f
tree59a27d17e1b37faddd0fa8a76018799e9207fbe3
parenta6d1d5667207016f7d190cab3e1ad25eeac69cfb
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>
mm/huge_memory.c