hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/nfs/nfs3xdr.c
....@@ -1987,7 +1987,7 @@
19871987
19881988 error = decode_inline_filename3(xdr, &entry->name, &entry->len);
19891989 if (unlikely(error))
1990
- return -EAGAIN;
1990
+ return error == -ENAMETOOLONG ? -ENAMETOOLONG : -EAGAIN;
19911991
19921992 error = decode_cookie3(xdr, &new_cookie);
19931993 if (unlikely(error))