diff --git a/fs/nfsd/filecache.c b/fs/nfsd/filecache.c index 9d7bb65b0746..6af4e6027227 100644 --- a/fs/nfsd/filecache.c +++ b/fs/nfsd/filecache.c @@ -1051,6 +1051,7 @@ wait_for_construction: status = nfserr_jukebox; goto construction_err; } + nfsd_file_put(nf); open_retry = false; fh_put(fhp); goto retry;