]> git.ipfire.org Git - people/arne_f/kernel.git/commit - mm/huge_memory.c
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)
commitae18d6dcf57b56b984ff27fd55b4e2caf5bfbd44
tree59a27d17e1b37faddd0fa8a76018799e9207fbe3
parente676a4c191653787c3fe851fe3b9f1f33d49dac2
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