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
..
Changes
Kconfig docs: filesystems: fix renamed references 2020-04-20 15:45:22 -06:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +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 fs: affs: Initialize filesystem timestamp ranges 2019-08-30 07:27:18 -07:00
bitmap.c Rename superblock flags (MS_xyz -> SB_xyz) 2017-11-27 13:05:09 -08:00
dir.c iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} 2018-02-01 08:15:25 -05:00
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
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