patch-2.2.0-pre7 linux/fs/ufs/namei.c

Next file: linux/fs/ufs/super.c
Previous file: linux/fs/select.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre6/linux/fs/ufs/namei.c linux/fs/ufs/namei.c
@@ -56,10 +56,10 @@
 #define NAMEI_RA_INDEX(c,b)  (((c) * NAMEI_RA_BLOCKS) + (b))
 
 /*
- * NOTE! unlike strncmp, ext2_match returns 1 for success, 0 for failure.
+ * NOTE! unlike strncmp, ufs_match returns 1 for success, 0 for failure.
  *
- * Len <= UFS_MAXNAMLEN' is guaranteed by caller.
- * De != NULL' is guaranteed by caller.
+ * len <= UFS_MAXNAMLEN' is guaranteed by caller.
+ * de != NULL' is guaranteed by caller.
  */
 static inline int ufs_match (int len, const char * const name,
 	struct ufs_dir_entry * de, unsigned flags, unsigned swab)

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