diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-30 15:14:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-31 14:15:10 -0700 |
commit | 655d4bdee63563392b0e5fb40f973c6d41658070 (patch) | |
tree | 9c5c1a093b0649a562425e89868942a3656103da /fs/hpfs/map.c | |
parent | 87f9406d812f49a86e27d4854e76c66ae4c848e8 (diff) | |
download | linux-655d4bdee63563392b0e5fb40f973c6d41658070.tar.bz2 |
mm: re-unify the simplified page_zap_*_rmap() function
Now that we've simplified both the anonymous and file-backed page zap
functions, they end up being identical except for which page statistic
they update, and we can re-unify the implementation of that much
simplified code.
To make it very clear that this is only for the final pte zapping (since
a lot of the simplifications depended on that), name the unified
function 'page_zap_pte_rmap()'.
Link: https://lore.kernel.org/all/B88D3073-440A-41C7-95F4-895D3F657EF2@gmail.com/
Cc: Nadav Amit <nadav.amit@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Hubbard <jhubbard@nvidia.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/hpfs/map.c')
0 files changed, 0 insertions, 0 deletions