diff --git a/fs/nfsd/filecache.c b/fs/nfsd/filecache.c index 6b8706f23eaf..615ea8324911 100644 --- a/fs/nfsd/filecache.c +++ b/fs/nfsd/filecache.c @@ -1098,8 +1098,6 @@ open_file: * then unhash. */ if (status != nfs_ok || inode->i_nlink == 0) - status = nfserr_jukebox; - if (status != nfs_ok) nfsd_file_unhash(nf); clear_and_wake_up_bit(NFSD_FILE_PENDING, &nf->nf_flags); if (status == nfs_ok)