]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fs: factor out backing_file_splice_{read,write}() helpers
authorAmir Goldstein <amir73il@gmail.com>
Fri, 13 Oct 2023 09:13:12 +0000 (12:13 +0300)
committerAmir Goldstein <amir73il@gmail.com>
Sat, 23 Dec 2023 14:35:09 +0000 (16:35 +0200)
commit9b7e9e2f5d5c3d079ec46bc71b114012e362ea6e
treea3a6266457b1440aaa4c7ae10e5bb60fa691ecd8
parenta6293b3e285cd0d7692141d7981a5f144f0e2f0b
fs: factor out backing_file_splice_{read,write}() helpers

There is not much in those helpers, but it makes sense to have them
logically next to the backing_file_{read,write}_iter() helpers as they
may grow more common logic in the future.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
fs/backing-file.c
fs/overlayfs/file.c
include/linux/backing-file.h