Re: [PATCH net v10 01/14] rxrpc: Fix lack of short-send handling in rxrpc_kernel_send_data()
From: David Howells
Date: Thu Sep 17 2026 - 13:12:54 EST
David Laight <david.laight.linux@xxxxxxxxx> wrote:
> > - n = rxrpc_kernel_send_data(net->socket, call->rxcall, &msg, len,
> > + n = rxrpc_kernel_send_data(net->socket, call->rxcall, &msg,
> > afs_notify_end_reply_tx);
>
> Probably needs s/n/ret/
I had decided not to do that to keep the patch smaller, but I can make that
change. I also want to change it from ssize_t to int.
David