aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_iface.c
diff options
context:
space:
mode:
authorRyusuke Konishi <[email protected]>2024-01-22 23:01:53 +0900
committerAndrew Morton <[email protected]>2024-02-22 15:38:53 -0800
commitaf6eae64685147103d83ff09c6ab71babd66fa62 (patch)
tree89ce64d273b95aaae7fc3312e6afcd4bc45322ec /net/lapb/lapb_iface.c
parent6b473de888f08ee6f412d7af6207122d843a8998 (diff)
nilfs2: convert persistent object allocator to use kmap_local
Regarding the allocator code that is commonly used in the ondisk inode metadata file ifile and the disk address translation metadata file DAT, convert the parts that use the deprecated kmap_atomic() and kmap() to use kmap_local. Most can be converted directly, but only nilfs_palloc_prepare_alloc_entry() needs to be rewritten to change mapping sections so that multiple kmap_local/kunmap_local calls are nested and disk I/O can be avoided within the mapping sections. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Ryusuke Konishi <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions