diff options
author | David Sterba <dsterba@suse.com> | 2022-07-13 00:30:05 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-08-01 20:53:31 +0300 |
commit | 5abbb7b92820cf6ba9154a35cff6d64b62d7f273 (patch) | |
tree | f8a3cb1950ed9e855420ffbb31a7c59fe6849e13 /fs/jbd2/commit.c | |
parent | 32346491ddf24599decca06190ebca03ff9de7f8 (diff) | |
download | linux-5abbb7b92820cf6ba9154a35cff6d64b62d7f273.tar.xz |
affs: use memcpy_to_page and remove replace kmap_atomic()
The use of kmap() is being deprecated in favor of kmap_local_page()
where it is feasible. For kmap around a memcpy there's a convenience
helper memcpy_to_page that also makes the flush_dcache_page() redundant.
CC: Fabio M. De Francesco <fmdefrancesco@gmail.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions