diff options
author | Fabio M. De Francesco <[email protected]> | 2023-07-08 14:16:18 +0200 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2023-07-14 13:45:18 -0600 |
commit | e4c9eabc931b2a6c80fcdece5eb5051d8aec92f8 (patch) | |
tree | ca2c56ca8325d1e1564a2cf4e0348c5313863da9 /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 9e6e2ed205196689e94e033503108b23a411421e (diff) |
Documentation/highmem: Add information about kmap_local_folio()
The differences between kmap_local_page() and kmap_local_folio() consist
only in the first taking a pointer to a page and the second taking two
arguments, a pointer to a folio and the byte offset within the folio which
identifies the page.
The two API's can be explained at the same time in the "Temporary Virtual
Mappings" section of the Highmem's documentation.
Add information about kmap_local_folio() in the same subsection that
explains kmap_local_page().
Cc: Andrew Morton <[email protected]>
Reviewed-by: Ira Weiny <[email protected]>
Reviewed-by: Mike Rapoport (IBM) <[email protected]>
Signed-off-by: Fabio M. De Francesco <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions