• David S. Miller's avatar
    sunrpc: Don't do a dst_confirm() on an input routes. · 60d354eb
    David S. Miller authored
    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>
    60d354eb
xprtsock.c 77.2 KB