commit 15643537c93d82b6c7cb729d04ada00f63a51c42
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
5ee3c472871b83deefaecb3f2b49f5e0b2b928f2..e995beb15319573b5f81a67ec595d667ad382d11
100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -115,11 +115,11 @@ int odf_read_super(struct super_block *s
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 *s
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