From: Erez_Zadok Date: Fri, 1 Jun 2007 03:34:59 +0000 (-0400) Subject: reformat all lines longer than 80 characters X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=15eb743f6069f9c04b3ae60c671f44d97a7eb0f2;p=unionfs-lite.git reformat all lines longer than 80 characters Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/copyup.c b/fs/unionfs/copyup.c index 3b2a2ea48bc..bccd6ddc92a 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 b99bc46e76f..2bfbd808734 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 10339a4a760..b38086b8290 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 1c90f15a5a4..944740dd32a 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 0bf80482493..3e58425522a 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,