Commit cc84ac35 authored by Jonathan Corbet's avatar Jonathan Corbet

docs: Catch up with the new location of get_user_pages_fast()

Commit 050a9adc ("mm: consolidate the get_user_pages* implementations")
moved get_user_pages_fast() from mm/util.c to mm/gup.c, but didn't update
the documentation, leading to this build warning:

  ./mm/util.c:1: warning: 'get_user_pages_fast' not found

Update the docs to match the new reality.

Fixes: 050a9adc ("mm: consolidate the get_user_pages* implementations")
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 81584a6a
...@@ -11,7 +11,7 @@ User Space Memory Access ...@@ -11,7 +11,7 @@ User Space Memory Access
.. kernel-doc:: arch/x86/lib/usercopy_32.c .. kernel-doc:: arch/x86/lib/usercopy_32.c
:export: :export:
.. kernel-doc:: mm/util.c .. kernel-doc:: mm/gup.c
:functions: get_user_pages_fast :functions: get_user_pages_fast
.. _mm-api-gfp-flags: .. _mm-api-gfp-flags:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment