linux-stable/fs/affs
David Sterba 5abbb7b928 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>
2022-08-01 19:53:31 +02:00
..
affs.h fs: make helpers idmap mount aware 2021-01-24 14:27:20 +01:00
amigaffs.c affs: fix basic permission bits to actually work 2020-08-31 12:20:31 +02:00
amigaffs.h
bitmap.c
Changes
dir.c
file.c affs: use memcpy_to_page and remove replace kmap_atomic() 2022-08-01 19:53:31 +02:00
inode.c fs: make helpers idmap mount aware 2021-01-24 14:27:20 +01:00
Kconfig
Makefile
namei.c idmapped-mounts-v5.12 2021-02-23 13:39:45 -08:00
super.c fs: allocate inode by using alloc_inode_sb() 2022-03-22 15:57:03 -07:00
symlink.c affs: Convert affs to read_folio 2022-05-09 16:21:44 -04:00