mm/swapfile: delete outdated pte_offset_map() comment
authorHugh Dickins <hughd@google.com>
Tue, 20 Jun 2023 06:50:00 +0000 (23:50 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 23 Jun 2023 23:59:27 +0000 (16:59 -0700)
commit3fda49e89f1702df6bb6a2470076b1a7bf3a29de
treea4810807eef58d42d91fdfea0a785babec876798
parent61167ad5fecdeaa037f3df1ba354dddd5f66a1ed
mm/swapfile: delete outdated pte_offset_map() comment

Delete a triply out-of-date comment from add_swap_count_continuation():
1. vmalloc_to_page() changed from pte_offset_map() to pte_offset_kernel()
2. pte_offset_map() changed from using kmap_atomic() to kmap_local_page()
3. kmap_atomic() changed from using fixed FIX_KMAP addresses in 2.6.37.

Link: https://lkml.kernel.org/r/9022632b-ba9d-8cb0-c25-4be9786481b5@google.com
Signed-off-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/swapfile.c