commit 88de9171fbed0e21fd57be71195598d50c611707
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Thu May 24 23:59:25 2007 -0400

    proper capitalization of unionfs

diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c
index ac9fc83..b12e66a 100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -215,7 +215,7 @@ out:
  */
 void odf_put_super(struct odf_sb_info *osi)
 {
-       /* do not put ns here, as it will be put by root of UnionFs*/
+       /* do not put ns here, as it will be put by root of unionfs*/
        odf_put_info(osi->odi_rc);
        odf_put_info(osi->odi_ic);
        odf_put_info(osi->odi_sr);
@@ -419,7 +419,7 @@ out:
 }
 
 /*
- * Rename in odf, expects UnionFS dentries.
+ * Rename in odf, expects unionfs dentries.
  * If the new_dentry exists (either as a file or wh)
  * it is removed using odf_remove (ie dirs are reclaimed)
  */
@@ -1497,7 +1497,7 @@ int odf_get_opaque(struct super_block *sb, struct dentry 
*dentry)
 /*
  * Sets a dentry as opaque. The branch must be the branch_id as stored in 
unionfs sb.
  * If the dentry is not to be opaque, then branch must be -1
- * The dentry version takes a UnionFS dentry, the inode one an ODF inode
+ * The dentry version takes a unionfs dentry, the inode one an ODF inode
  */
 int odf_set_opaque(struct dentry *dentry, int branch)
 {
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to