net: Kill MSG_SENDPAGE_NOTLAST
authorDavid Howells <dhowells@redhat.com>
Fri, 23 Jun 2023 22:55:13 +0000 (23:55 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 24 Jun 2023 22:50:13 +0000 (15:50 -0700)
commitb848b26c6672c9b977890ba85f5a155e5eb221f0
tree39704f164d1d8b31310b64f668b0a7368e44e039
parentdc97391e661009eab46783030d2404c9b6e6f2e7
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>
include/linux/socket.h
net/tls/tls_device.c
net/tls/tls_main.c
net/tls/tls_sw.c
tools/perf/trace/beauty/include/linux/socket.h
tools/perf/trace/beauty/msg_flags.c