commit 52f20f22efe71bf1bc47e423f722e4b02c11123a
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Fri Jun 1 00:05:01 2007 -0400

    lower-case text after "unionfs:" in printk's
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c
index 5ee3c47..e995beb 100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -115,11 +115,11 @@ int odf_read_super(struct super_block *sb, char *data)
 
        err = path_lookup(odffile, LOOKUP_DIRECTORY, &nd);
        if (err) {
-               printk(KERN_ERR "unionfs: Cannot access odf\n");
+               printk(KERN_ERR "unionfs: cannot access odf\n");
                goto out;
        }
        if (!nd.dentry->d_inode || !S_ISDIR(nd.dentry->d_inode->i_mode)) {
-               printk(KERN_ERR "unionfs: Invalid odf\n");
+               printk(KERN_ERR "unionfs: invalid odf\n");
                err = -EINVAL;
                goto out_release;
        }
@@ -187,7 +187,7 @@ int odf_read_super(struct super_block *sb, char *data)
                goto out_free;
        }
        if (!osi->whiteout->d_inode) {
-               printk(KERN_ERR "unionfs: Whiteout file in odf does not "
+               printk(KERN_ERR "unionfs: whiteout file in odf does not "
                       "exist\n");
                err = -EINVAL;
                goto out_free;
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to