patch-2.1.131 linux/fs/nfsd/vfs.c

Next file: linux/fs/open.c
Previous file: linux/fs/nfs/write.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.130/linux/fs/nfsd/vfs.c linux/fs/nfsd/vfs.c
@@ -1072,6 +1072,11 @@
 	if (IS_ERR(rdentry))
 		goto out_nfserr;
 
+	/*
+	 * FIXME!!
+	 *
+	 * This should do a double-lock on both rdentry and the parent
+	 */
 	err = fh_lock_parent(fhp, rdentry);
 	if (err)
 		goto out;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov