diff options
author | Ryusuke Konishi <konishi.ryusuke@gmail.com> | 2024-01-22 23:01:58 +0900 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-02-22 15:38:53 -0800 |
commit | d37db936c5436400ad5992e2e0d18af9d17d2941 (patch) | |
tree | ed4ad336066c183bc18fde9fcfa02b47a1ece34c /lib/glob.c | |
parent | 7282f2ae8105878a0cc9a2b042f2d6550bf76fc4 (diff) | |
download | linux-stable-d37db936c5436400ad5992e2e0d18af9d17d2941.tar.gz linux-stable-d37db936c5436400ad5992e2e0d18af9d17d2941.tar.bz2 linux-stable-d37db936c5436400ad5992e2e0d18af9d17d2941.zip |
nilfs2: localize highmem mapping for checkpoint creation within cpfile
In order to convert kmap() used in cpfile to kmap_local, first move the
checkpoint creation routine, which is one of the places where kmap is
used, to the cpfile side and make the page mapping local and temporary.
And use kmap_local instead of kmap to access the checkpoint entry page
(and header block page) when generating a checkpoint.
Link: https://lkml.kernel.org/r/20240122140202.6950-12-konishi.ryusuke@gmail.com
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'lib/glob.c')
0 files changed, 0 insertions, 0 deletions