patch-2.2.15 linux/fs/nfsd/nfsproc.c
Next file: linux/fs/proc/array.c
Previous file: linux/fs/nfsd/nfsfh.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Fri Apr 21 12:46:44 2000
- Orig file:
v2.2.14/fs/nfsd/nfsproc.c
- Orig date:
Tue Jan 4 21:19:00 2000
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/fs/nfsd/nfsproc.c linux/fs/nfsd/nfsproc.c
@@ -237,6 +237,9 @@
if (nfserr)
goto done;
inode = newfhp->fh_dentry->d_inode;
+ if (inode && newfhp->fh_handle.fh_ino == 0)
+ /* inode might have been instantiated while we slept */
+ fh_update(newfhp);
/* Unfudge the mode bits */
if (attr->ia_valid & ATTR_MODE) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)