diff options
author | David Howells <dhowells@redhat.com> | 2023-06-24 00:55:03 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-06-25 00:50:12 +0200 |
commit | a1a5e8752786b2f7c5699fb99e3a641936297d69 (patch) | |
tree | 0b58a5a2f0598418fa7005035ac4d1070444bd71 /drivers/nvme | |
parent | rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage (diff) | |
download | linux-a1a5e8752786b2f7c5699fb99e3a641936297d69.tar.xz linux-a1a5e8752786b2f7c5699fb99e3a641936297d69.zip |
dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
When transmitting data, call down a layer using a single sendmsg with
MSG_SPLICE_PAGES to indicate that content should be spliced rather using
sendpage. This allows ->sendpage() to be replaced by something that can
handle multiple multipage folios in a single transaction.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Christine Caulfield <ccaulfie@redhat.com>
cc: David Teigland <teigland@redhat.com>
cc: Jens Axboe <axboe@kernel.dk>
cc: Matthew Wilcox <willy@infradead.org>
cc: cluster-devel@redhat.com
Link: https://lore.kernel.org/r/20230623225513.2732256-7-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/nvme')
0 files changed, 0 insertions, 0 deletions