Revert "nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire"

This reverts commit 047ae79564.
This commit is contained in:
Ksawlii 2024-11-24 00:23:21 +01:00
parent 4e72477dc9
commit 1bde9f1a58

View file

@ -1040,6 +1040,8 @@ retry:
if (likely(ret == 0))
goto open_file;
if (ret == -EEXIST)
goto retry;
trace_nfsd_file_insert_err(rqstp, inode, may_flags, ret);
status = nfserr_jukebox;
goto construction_err;