]> www.infradead.org Git - users/jedix/linux-maple.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)
committerDan Duval <dan.duval@oracle.com>
Wed, 7 Dec 2016 17:19:43 +0000 (12:19 -0500)
commita3e5beb6c2ffa67ec217958bf87625789ff18c8a
treed515db066898ff612fe516f2aa3e0652af8fc7ef
parentd8aa61c349284149232a2d7c499e42b55c8dd77f
thp: change insert_pfn's return type to void

Orabug: 22913653

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>
(cherry picked from commit ae18d6dcf57b56b984ff27fd55b4e2caf5bfbd44)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
mm/huge_memory.c