Skip to content
Commit 60d354eb authored by David S. Miller's avatar David S. Miller
Browse files

sunrpc: Don't do a dst_confirm() on an input routes.



xs_udp_data_ready() is operating on received packets, and tries to
do a dst_confirm() on the dst attached to the SKB.

This isn't right, dst confirmation is for output routes, not input
rights.  It's for resetting the timers on the nexthop neighbour entry
for the route, indicating that we've got good evidence that we've
successfully reached it.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3c521f2b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment