]> 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)
commit3f9b7e24c6fffb357d57401fb93b851dec71f894
tree59a27d17e1b37faddd0fa8a76018799e9207fbe3
parentef3df7a8b8021ad9395ef534821d7a2125bf14bd
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