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

Next file: linux/fs/ntfs/attr.c
Previous file: linux/fs/nfsd/nfsproc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/fs/nfsd/vfs.c linux/fs/nfsd/vfs.c
@@ -121,7 +121,7 @@
 }
 
 /*
- * Check whether directory is a mount point, but it is alright if
+ * Check whether directory is a mount point, but it is all right if
  * this is precisely the local mount point being exported.
  */
 static inline int
@@ -178,7 +178,7 @@
 	}
 
 	/*
-	 * Note: we compose the filehandle now, but as the
+	 * Note: we compose the file handle now, but as the
 	 * dentry may be negative, it may need to be updated.
 	 */
 	fh_compose(resfh, exp, dchild);
@@ -611,7 +611,7 @@
 	if(!dirp->i_op || !dirp->i_op->lookup)
 		goto out;
 	/*
-	 * Check whether the response filehandle has been verified yet.
+	 * Check whether the response file handle has been verified yet.
 	 * If it has, the parent directory should already be locked.
 	 */
 	if (!resfhp->fh_dverified) {
@@ -679,7 +679,7 @@
 		write_inode_now(dirp);
 
 	/*
-	 * Update the filehandle to get the new inode info.
+	 * Update the file handle to get the new inode info.
 	 */
 	fh_update(resfhp);
 

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