]> git.ipfire.org Git - thirdparty/linux.git/commit
erofs: use memcpy_to_folio() to replace copy_to_iter()
authorGao Xiang <hsiangkao@linux.alibaba.com>
Wed, 9 Jul 2025 03:46:13 +0000 (11:46 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 10 Jul 2025 09:08:26 +0000 (17:08 +0800)
commitf5443d0d1ad775927f1473b1c256ef68f2515b9c
tree99d8407b5946c47edffe2b6f92fb76533b63faf6
parent99f7619a77a0a2e3e2bcae676d0f301769167754
erofs: use memcpy_to_folio() to replace copy_to_iter()

Using copy_to_iter() here is overkill and even messy.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20250709034614.2780117-1-hsiangkao@linux.alibaba.com
fs/erofs/fileio.c