aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorDavid Howells <[email protected]>2023-06-23 22:55:03 +0000
committerJakub Kicinski <[email protected]>2023-06-24 22:50:12 +0000
commita1a5e8752786b2f7c5699fb99e3a641936297d69 (patch)
tree0b58a5a2f0598418fa7005035ac4d1070444bd71 /net/unix/af_unix.c
parentrds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage (diff)
downloadkernel-a1a5e8752786b2f7c5699fb99e3a641936297d69.tar.gz
kernel-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 <[email protected]> cc: Christine Caulfield <[email protected]> cc: David Teigland <[email protected]> cc: Jens Axboe <[email protected]> cc: Matthew Wilcox <[email protected]> cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions