patch-2.4.0-test8 linux/fs/nfsd/vfs.c
Next file: linux/fs/ntfs/support.c
Previous file: linux/fs/nfsd/nfssvc.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Mon Aug 28 21:27:39 2000
- Orig file:
v2.4.0-test7/linux/fs/nfsd/vfs.c
- Orig date:
Thu Jul 27 17:38:01 2000
diff -u --recursive --new-file v2.4.0-test7/linux/fs/nfsd/vfs.c linux/fs/nfsd/vfs.c
@@ -142,6 +142,7 @@
} else
dentry = dget(dparent->d_parent);
} else {
+ fh_lock(fhp);
dentry = lookup_one(name, dparent);
err = PTR_ERR(dentry);
if (IS_ERR(dentry))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)