commit 4b06700a57d582eee78e6ad7504bb58ad55baf98
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 932ac1a..82fb20e 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 *dir, struct dentry 
*dentry,
                 * 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 *parent, struct 
dentry *dentry, int mode)
        }
        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