patch-2.2.0-pre8 linux/fs/nfsd/nfsfh.c
Next file: linux/fs/nfsd/vfs.c
Previous file: linux/fs/nfs/dir.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Jan 16 17:05:13 1999
- Orig file:
v2.2.0-pre7/linux/fs/nfsd/nfsfh.c
- Orig date:
Thu Dec 31 10:29:02 1998
diff -u --recursive --new-file v2.2.0-pre7/linux/fs/nfsd/nfsfh.c linux/fs/nfsd/nfsfh.c
@@ -1055,7 +1055,7 @@
/*
* Look up the dentry using the NFS file handle.
*/
- error = nfserr_stale;
+ error = nfserr_noent;
dentry = find_fh_dentry(fh);
if (!dentry)
goto out;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov