Home
last modified time | relevance | path

Searched hist:b0c21c6d (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Dquota.cb0c21c6d Mon Jun 26 17:22:54 CDT 2023 Andreas Gruenbacher <agruenba@redhat.com> gfs2: Convert remaining kmap_atomic calls to kmap_local_page

Replace the remaining instances of kmap_atomic() ... kunmap_atomic()
with kmap_local_page() ... kunmap_local().

In gfs2_write_buf_to_page(), we can call flush_dcache_page() after
unmapping the page.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>

H A Dlops.cb0c21c6d Mon Jun 26 17:22:54 CDT 2023 Andreas Gruenbacher <agruenba@redhat.com> gfs2: Convert remaining kmap_atomic calls to kmap_local_page

Replace the remaining instances of kmap_atomic() ... kunmap_atomic()
with kmap_local_page() ... kunmap_local().

In gfs2_write_buf_to_page(), we can call flush_dcache_page() after
unmapping the page.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>