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>
Showing
- include/linux/socket.h 1 addition, 3 deletionsinclude/linux/socket.h
- net/tls/tls_device.c 1 addition, 2 deletionsnet/tls/tls_device.c
- net/tls/tls_main.c 1 addition, 1 deletionnet/tls/tls_main.c
- net/tls/tls_sw.c 1 addition, 1 deletionnet/tls/tls_sw.c
- tools/perf/trace/beauty/include/linux/socket.h 0 additions, 1 deletiontools/perf/trace/beauty/include/linux/socket.h
- tools/perf/trace/beauty/msg_flags.c 1 addition, 4 deletionstools/perf/trace/beauty/msg_flags.c
Loading