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