diff options
author | 2021-08-04 20:07:33 -0700 | |
---|---|---|
committer | 2021-08-05 10:30:33 -0700 | |
commit | ab069d5fdcd14530d4223746c8d01f421d4c4057 (patch) | |
tree | 1b86a2ef451f3d4a0ea834c8aa55309b74a18eff /scripts/gdb/linux/utils.py | |
parent | iomap: Fix some typos and bad grammar (diff) | |
download | wireguard-linux-ab069d5fdcd14530d4223746c8d01f421d4c4057.tar.xz wireguard-linux-ab069d5fdcd14530d4223746c8d01f421d4c4057.zip |
iomap: Use kmap_local_page instead of kmap_atomic
kmap_atomic() has the side-effect of disabling pagefaults and
preemption. kmap_local_page() does not do this and is preferred.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions