diff options
author | Eric Biggers <[email protected]> | 2022-08-18 15:40:10 -0700 |
---|---|---|
committer | Eric Biggers <[email protected]> | 2022-08-19 15:19:55 -0700 |
commit | 8377e8a24bba1ae73b3869bc71ee9df16b6bef61 (patch) | |
tree | 6ae78bff5700d3ff9586cd3b0dbe16b2509129aa /scripts/generate_rust_analyzer.py | |
parent | c987918a3fdf2d361c48839ec324f2547418f9d6 (diff) |
fs-verity: use kmap_local_page() instead of kmap()
Convert the use of kmap() to its recommended replacement
kmap_local_page(). This avoids the overhead of doing a non-local
mapping, which is unnecessary in this case.
Signed-off-by: Eric Biggers <[email protected]>
Reviewed-by: Fabio M. De Francesco <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions