diff options
author | 2023-06-23 23:55:13 +0100 | |
---|---|---|
committer | 2023-06-24 15:50:13 -0700 | |
commit | b848b26c6672c9b977890ba85f5a155e5eb221f0 (patch) | |
tree | 39704f164d1d8b31310b64f668b0a7368e44e039 /net/unix/af_unix.c | |
parent | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) (diff) | |
download | wireguard-linux-b848b26c6672c9b977890ba85f5a155e5eb221f0.tar.xz wireguard-linux-b848b26c6672c9b977890ba85f5a155e5eb221f0.zip |
net: Kill MSG_SENDPAGE_NOTLAST
Now that ->sendpage() has been removed, MSG_SENDPAGE_NOTLAST can be cleaned
up. Things were converted to use MSG_MORE instead, but the protocol
sendpage stubs still convert MSG_SENDPAGE_NOTLAST to MSG_MORE, which is now
unnecessary.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Jens Axboe <axboe@kernel.dk>
cc: Matthew Wilcox <willy@infradead.org>
cc: linux-afs@lists.infradead.org
cc: mptcp@lists.linux.dev
cc: rds-devel@oss.oracle.com
cc: tipc-discussion@lists.sourceforge.net
cc: virtualization@lists.linux-foundation.org
Link: https://lore.kernel.org/r/20230623225513.2732256-17-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions