commit fba47b7916a51cac518644bcd048de4e6103d288
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Fri Nov 16 13:46:26 2007 -0500

    Unionfs: add missing newlines to printks
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

diff --git a/fs/unionfs/dentry.c b/fs/unionfs/dentry.c
index da149fe..d0c55d7 100644
--- a/fs/unionfs/dentry.c
+++ b/fs/unionfs/dentry.c
@@ -454,13 +454,13 @@ static void unionfs_d_release(struct dentry *dentry)
        unionfs_check_dentry(dentry);
        /* this could be a negative dentry, so check first */
        if (!UNIONFS_D(dentry)) {
-               printk(KERN_DEBUG "unionfs: dentry without private data: %.*s",
+               printk(KERN_DEBUG "unionfs: dentry without private data: 
%.*s\n",
                       dentry->d_name.len, dentry->d_name.name);
                goto out;
        } else if (dbstart(dentry) < 0) {
                /* this is due to a failed lookup */
                printk(KERN_DEBUG "unionfs: dentry without lower "
-                      "dentries: %.*s",
+                      "dentries: %.*s\n",
                       dentry->d_name.len, dentry->d_name.name);
                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