diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2021-08-05 06:07:33 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-08-05 20:30:33 +0300 |
commit | ab069d5fdcd14530d4223746c8d01f421d4c4057 (patch) | |
tree | 1b86a2ef451f3d4a0ea834c8aa55309b74a18eff /fs/proc_namespace.c | |
parent | f1f264b4c134ee65cdadece7a20f3c0643602a4a (diff) | |
download | linux-ab069d5fdcd14530d4223746c8d01f421d4c4057.tar.xz |
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 'fs/proc_namespace.c')
0 files changed, 0 insertions, 0 deletions