Home
last modified time | relevance | path

Searched hist:cc84ac35d9fa3131179ed0805ddbd28bc5f262d6 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/Documentation/core-api/
H A Dmm-api.rstdiff cc84ac35d9fa3131179ed0805ddbd28bc5f262d6 Tue Oct 01 09:47:47 CDT 2019 Jonathan Corbet <corbet@lwn.net> 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>