GIT: unionfs2-2.6.27.y: reformat all lines longer than 80 characters

Erez Zadok ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:35 EDT 2010


commit 08762a1609ca815f5f4bbb329808c8c27dffd1d7
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date:   Thu May 31 23:34:59 2007 -0400

    reformat all lines longer than 80 characters
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

diff --git a/fs/unionfs/copyup.c b/fs/unionfs/copyup.c
index 3b2a2ea..bccd6dd 100644
--- a/fs/unionfs/copyup.c
+++ b/fs/unionfs/copyup.c
@@ -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);
diff --git a/fs/unionfs/debug.c b/fs/unionfs/debug.c
index b99bc46..2bfbd80 100644
--- a/fs/unionfs/debug.c
+++ b/fs/unionfs/debug.c
@@ -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 */
diff --git a/fs/unionfs/lookup.c b/fs/unionfs/lookup.c
index 10339a4..b38086b 100644
--- a/fs/unionfs/lookup.c
+++ b/fs/unionfs/lookup.c
@@ -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);
diff --git a/fs/unionfs/mmap.c b/fs/unionfs/mmap.c
index 1c90f15..944740d 100644
--- a/fs/unionfs/mmap.c
+++ b/fs/unionfs/mmap.c
@@ -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;
diff --git a/fs/unionfs/rename.c b/fs/unionfs/rename.c
index 0bf8048..3e58425 100644
--- a/fs/unionfs/rename.c
+++ b/fs/unionfs/rename.c
@@ -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,


More information about the unionfs-cvs mailing list