commit | b32c2207d888a64134c3b5dbcae23ff0ecb2b629 | [log] [tgz] |
---|---|---|
author | Vasily Khoruzhick <anarsoul@gmail.com> | Mon May 14 08:34:36 2018 -0700 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed Jun 13 13:54:16 2018 -0500 |
tree | 47a1aa80f22d3ff9b0a5bbea8e9d285d7805379c | |
parent | e210e98f4d5a91f97c7ed5a36a43b001539e0f4d [diff] |
net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP That can happen if duplicate UDP packet arrived, and that's not uncommon. Anyway, we ignore packets with rpc_id lower than last we sent for other requests, so it makes sense to do that for read request as well. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>