Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Commit 050a9adc6438 ("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: 050a9adc6438 ("mm: consolidate the get_user_pages* implementations")
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

+1 -1
+1 -1
Documentation/core-api/mm-api.rst
··· 11 11 .. kernel-doc:: arch/x86/lib/usercopy_32.c 12 12 :export: 13 13 14 - .. kernel-doc:: mm/util.c 14 + .. kernel-doc:: mm/gup.c 15 15 :functions: get_user_pages_fast 16 16 17 17 .. _mm-api-gfp-flags: