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

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