rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACH
authorDavid Howells <dhowells@redhat.com>
Sat, 2 May 2020 12:31:19 +0000 (13:31 +0100)
committerDavid Howells <dhowells@redhat.com>
Sun, 31 May 2020 14:19:51 +0000 (15:19 +0100)
commit23e2db311a10ba66c439ddac7a703991309702ee
tree399a8a64936e0abdd96f10943bb2cc3a76a030c0
parent3f19b2ab97a97b413c24b66c67ae16daa4f56c35
rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACH

Map the EACCES error that is produced by some ICMP6 packets to EHOSTUNREACH
when we get them as EACCES has other meanings within a filesystem context.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/peer_event.c