commit 3c458843dd4349ed38f83c6bc5ca412e85ce467d
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Sat May 19 17:04:49 2007 -0400

    whitespace cleanup

diff --git a/fs/unionfs/inode.c b/fs/unionfs/inode.c
index 
932ac1ab60c5583acc037ecd9b38a2cd2a209231..82fb20e0a47575b24a3ddf850438e64a07191762
 100644
--- a/fs/unionfs/inode.c
+++ b/fs/unionfs/inode.c
@@ -216,13 +216,13 @@ docopyup:
                int bindex = 0;
 
                err = copyup_dentry(old_dentry->d_parent->d_inode,
-                               old_dentry, old_bstart, bindex, 
+                               old_dentry, old_bstart, bindex,
                                old_dentry->d_name.name,
                                old_dentry->d_name.len,
                                NULL, old_dentry->d_inode->i_size);
                if (!err) {
                        hidden_new_dentry =
-                               create_parents(dir, new_dentry, 
+                               create_parents(dir, new_dentry,
                                        new_dentry->d_name.name, bindex);
                        hidden_old_dentry = unionfs_lower_dentry(old_dentry);
                        if (hidden_new_dentry->d_inode &&
@@ -304,7 +304,7 @@ static int unionfs_symlink(struct inode 
                 * unionfs dentry pointing to a lone negative
                 * underlying dentry
                 */
-               hidden_dentry = create_parents(dir, dentry, 
+               hidden_dentry = create_parents(dir, dentry,
                                                dentry->d_name.name,
                                                bstart);
                if (!hidden_dentry || IS_ERR(hidden_dentry)) {
@@ -385,7 +385,7 @@ static int unionfs_mkdir(struct inode *p
        }
        hidden_dentry = unionfs_lower_dentry_idx(dentry, bindex);
        if (!hidden_dentry) {
-               hidden_dentry = create_parents(parent, dentry, 
+               hidden_dentry = create_parents(parent, dentry,
                                                dentry->d_name.name,
                                                bindex);
                if (!hidden_dentry || IS_ERR(hidden_dentry)) {
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to