[PATCH net v2] rxrpc: Fix use of Don't Fragment flag

David Howells dhowells at redhat.com
Tue Jan 9 07:06:52 PST 2024


David Howells <dhowells at redhat.com> wrote:

> +void rxrpc_local_dont_fragment(const struct rxrpc_local *local, bool set)
> +{
> +	if (set)
> +		ip_sock_set_mtu_discover(local->socket->sk, IP_PMTUDISC_DONT);
> +	else
> +		ip_sock_set_mtu_discover(local->socket->sk, IP_PMTUDISC_DO);
> +}

Oops... I forgot to commit the change.

David




More information about the linux-afs mailing list