]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mm/nommu.c: Switch __get_user_pages_unlocked() to use __get_user_pages()
authorBen Hutchings <ben.hutchings@codethink.co.uk>
Sun, 16 Dec 2018 23:50:08 +0000 (23:50 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Dec 2018 20:55:16 +0000 (21:55 +0100)
commitff099ed77421a5dc8206bb61e5a598b28ab39ebb
treea81bb854f5098f9a45587a44311600071c269e37
parentab424c8eb71ee9ea4ba798faaeaf62e84048cb9a
mm/nommu.c: Switch __get_user_pages_unlocked() to use __get_user_pages()

Extracted from commit cde70140fed8 "mm/gup: Overload get_user_pages()
functions".  This is needed before picking commit 768ae309a961
"mm: replace get_user_pages() write/force parameters with gup_flags".

Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
mm/nommu.c