fs: add simple_copy_{to,from}_iter() helpers
authorJens Axboe <axboe@kernel.dk>
Thu, 4 Apr 2024 14:21:24 +0000 (08:21 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Oct 2024 15:05:28 +0000 (09:05 -0600)
commit4f89942dd5f8115fa53c1e3b238b4b91a93108b9
tree4f2b2405e0dc681320465aba8afbd1824141673a
parent15c55110f98e3cdb6ee5b050b9d1f9dc56d2c123
fs: add simple_copy_{to,from}_iter() helpers

While doing so, rename the networking helper that has the same name.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/libfs.c
include/linux/fs.h
net/core/datagram.c