diff options
author | 2023-05-22 14:50:16 +0100 | |
---|---|---|
committer | 2023-05-24 08:42:17 -0600 | |
commit | c6585011bc1d8934cc78046c50fc94590fb2ab24 (patch) | |
tree | ba206a9d429bc764335ccdd3f11a1134c283481d /lib/string_helpers.c | |
parent | splice: Use filemap_splice_read() instead of generic_file_splice_read() (diff) | |
download | wireguard-linux-c6585011bc1d8934cc78046c50fc94590fb2ab24.tar.xz wireguard-linux-c6585011bc1d8934cc78046c50fc94590fb2ab24.zip |
splice: Remove generic_file_splice_read()
Remove generic_file_splice_read() as it has been replaced with calls to
filemap_splice_read() and copy_splice_read().
With this, ITER_PIPE is no longer used.
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Christian Brauner <brauner@kernel.org>
cc: Jens Axboe <axboe@kernel.dk>
cc: Steve French <smfrench@gmail.com>
cc: Al Viro <viro@zeniv.linux.org.uk>
cc: David Hildenbrand <david@redhat.com>
cc: John Hubbard <jhubbard@nvidia.com>
cc: linux-mm@kvack.org
cc: linux-block@vger.kernel.org
cc: linux-cifs@vger.kernel.org
cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/20230522135018.2742245-30-dhowells@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions