reformat all lines longer than 80 characters
authorErez_Zadok <ezk@cs.sunysb.edu>
Fri, 1 Jun 2007 03:34:59 +0000 (23:34 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 29 Apr 2011 02:24:02 +0000 (22:24 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/copyup.c
fs/unionfs/debug.c
fs/unionfs/lookup.c
fs/unionfs/mmap.c
fs/unionfs/rename.c

index 3b2a2ea48bc1f41562a7b224c48dcc31db3660ec..bccd6ddc92a0316985e82051e14e9f7c93e9294c 100644 (file)
@@ -688,7 +688,8 @@ struct dentry *create_parents(struct inode *dir, struct dentry *dentry,
                        void *p;
 
                        nr_dentry *= 2;
-                       p = krealloc(path, nr_dentry * sizeof(struct dentry *), GFP_KERNEL);
+                       p = krealloc(path, nr_dentry * sizeof(struct dentry *),
+                                    GFP_KERNEL);
                        if (!p) {
                                hidden_dentry = ERR_PTR(-ENOMEM);
                                goto out;
@@ -841,7 +842,8 @@ void unionfs_purge_extras(struct dentry *dentry)
                        dput(unionfs_lower_dentry_idx(dentry, bindex));
                        unionfs_set_lower_dentry_idx(dentry, bindex, NULL);
                        iput(unionfs_lower_inode_idx(dentry->d_inode, bindex));
-                       unionfs_set_lower_inode_idx(dentry->d_inode, bindex, NULL);
+                       unionfs_set_lower_inode_idx(dentry->d_inode, bindex,
+                                                   NULL);
                }
        }
        bindex = dbstart(dentry);
index b99bc46e76f2f5341861ea1a4e178b3666116278..2bfbd8087342411e8a72d17f62b2ae5655cfded8 100644 (file)
@@ -359,7 +359,8 @@ void __unionfs_check_file(const struct file *file,
                if (lower_file) {
                        if (bindex < fstart || bindex > fend) {
                                PRINT_CALLER();
-                               printk(" CF5: file/lower=%p:%p bindex=%d fstart/end=%d:%d\n",
+                               printk(" CF5: file/lower=%p:%p bindex=%d "
+                                      "fstart/end=%d:%d\n",
                                       file, lower_file, bindex, fstart, fend);
                        }
                } else {        /* lower_file == NULL */
index 10339a4a76074e42eb3b4c58de39b7cb2e292cca..b38086b82902af2d211cace565b0ea54596fc1c8 100644 (file)
@@ -328,7 +328,8 @@ out_negative:
                 * mount-point crossing
                 */
                first_dentry = dentry;
-               first_hidden_mnt = unionfs_mntget(dentry->d_sb->s_root, bindex);
+               first_hidden_mnt = unionfs_mntget(dentry->d_sb->s_root,
+                                                 bindex);
        }
        unionfs_set_lower_dentry_idx(dentry, first_dentry_offset,
                                     first_hidden_dentry);
index 1c90f15a5a4096001ebc0a3d598174294b549830..944740dd32ad9ce08772639e284912e9d5efc4f8 100644 (file)
@@ -93,8 +93,8 @@ int unionfs_writepage(struct page *page, struct writeback_control *wbc)
         * unionfs' mtime and ctime are updated by generic_file_write
         */
        lower_inode->i_mtime = lower_inode->i_ctime = CURRENT_TIME;
-
-       page_cache_release(lower_page); /* b/c grab_cache_page increased refcnt */
+       /* b/c grab_cache_page increased refcnt */
+       page_cache_release(lower_page);
 
        if (err)
                ClearPageUptodate(page);
@@ -335,7 +335,8 @@ void unionfs_sync_page(struct page *page)
                mapping->a_ops->sync_page(lower_page);
 
        unlock_page(lower_page);        /* b/c grab_cache_page locked it */
-       page_cache_release(lower_page); /* b/c grab_cache_page increased refcnt */
+       /* b/c grab_cache_page increased refcnt */
+       page_cache_release(lower_page);
 
 out:
        return;
index 0bf80482493c57daab27fcc74c004d973b8ef05b..3e58425522a747b6c7d54a457e8ccb2a5ed350fd 100644 (file)
@@ -486,7 +486,8 @@ out:
                                 * is set the lower inode.
                                 */
                                struct inode *inode;
-                               inode = unionfs_lower_inode(old_dentry->d_inode);
+                               inode = unionfs_lower_inode(
+                                       old_dentry->d_inode);
                                atomic_inc(&inode->i_count);
                                unionfs_set_lower_inode_idx(
                                        new_dentry->d_inode,