cleanup: keep all top-of-function automatic variables clustered together
authorErez_Zadok <ezk@cs.sunysb.edu>
Sat, 24 Mar 2007 23:41:58 +0000 (19:41 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:32:04 +0000 (21:32 -0500)
fs/unionfs/branchman.c
fs/unionfs/commonfops.c
fs/unionfs/copyup.c
fs/unionfs/dentry.c
fs/unionfs/dirhelper.c
fs/unionfs/lookup.c
fs/unionfs/main.c
fs/unionfs/super.c
fs/unionfs/union.h

index eba222100958920a17045633b378a9a7ac8ac721..3163e4e72c08154ec61cba5bf4abe0de1d60eff6 100644 (file)
@@ -28,7 +28,6 @@ int unionfs_ioctl_queryfile(struct file *file, unsigned int cmd,
 {
        int err = 0;
        fd_set branchlist;
-
        int bstart = 0, bend = 0, bindex = 0;
        struct dentry *dentry, *hidden_dentry;
 
index 778901f01fe3263b162574e762e44ef5495e085b..de567a2082011dd14cf049de8a31c39484fa01a5 100644 (file)
@@ -30,7 +30,6 @@ static int copyup_deleted_file(struct file *file, struct dentry *dentry,
        const int countersize = sizeof(counter) * 2;
        const int nlen = sizeof(".unionfs") + i_inosize + countersize - 1;
        char name[nlen + 1];
-
        int err;
        struct dentry *tmp_dentry = NULL;
        struct dentry *hidden_dentry;
@@ -194,7 +193,6 @@ static int open_highest_file(struct file *file, int willwrite)
        int bindex, bstart, bend, err = 0;
        struct file *hidden_file;
        struct dentry *hidden_dentry;
-
        struct dentry *dentry = file->f_dentry;
        struct inode *parent_inode = dentry->d_parent->d_inode;
        struct super_block *sb = dentry->d_sb;
@@ -288,7 +286,6 @@ int unionfs_file_revalidate(struct file *file, int willwrite)
        int sbgen, fgen, dgen;
        int bstart, bend;
        int size;
-
        int err = 0;
 
        dentry = file->f_dentry;
index 8fae308cc99fc45c96ccf7aba82112d9514185f2..279723113019939f5a8076df4e81efcd4de1cea4 100644 (file)
@@ -620,10 +620,8 @@ static struct dentry *create_parents_named(struct inode *dir,
        struct dentry *hidden_dentry = NULL;
        const char *childname;
        unsigned int childnamelen;
-
        int nr_dentry;
        int count;
-
        int old_bstart;
        int old_bend;
        struct dentry **path = NULL;
index 463cf4cd3d9c484b6711817055518cc578768554..e85bcf4c9a9fc51063c2372f8f65e59cb7606c7e 100644 (file)
@@ -36,7 +36,6 @@ static int __unionfs_d_revalidate_one(struct dentry *dentry,
        int positive = 0;
        int locked = 0;
        int interpose_flag;
-
        struct nameidata lowernd; /* TODO: be gentler to the stack */
 
        if (nd)
index cbea6c1e49495443dd73d1dac20e9c850b97a4e6..de22b30f52cd2c2a9c40de2471223f8d1be077f2 100644 (file)
@@ -30,7 +30,6 @@ int do_delete_whiteouts(struct dentry *dentry, int bindex,
        struct dentry *hidden_dentry;
        char *name = NULL, *p;
        struct inode *hidden_dir;
-
        int i;
        struct list_head *pos;
        struct filldir_node *cursor;
@@ -94,7 +93,6 @@ int delete_whiteouts(struct dentry *dentry, int bindex,
        struct super_block *sb;
        struct dentry *hidden_dir_dentry;
        struct inode *hidden_dir;
-
        struct sioq_args args;
 
        sb = dentry->d_sb;
index 67412be723c605ba00db07598a7effc0348b9ea7..5fe9bfd0add9bed28390a0395ddff5773f6835e2 100644 (file)
@@ -87,7 +87,6 @@ struct dentry *unionfs_lookup_backend(struct dentry *dentry,
        int locked_parent = 0;
        int locked_child = 0;
        int allocated_new_info = 0;
-
        int opaque;
        char *whname = NULL;
        const char *name;
index 2f7da4552f988598fb10070efd3b011981340a9e..d458210124555dac34ad23a2b3fdf3393037dc9e 100644 (file)
@@ -232,6 +232,7 @@ int __parse_branch_mode(const char *name)
 int parse_branch_mode(const char *name)
 {
        int perms =  __parse_branch_mode(name);
+
        if (perms == 0)
                perms = MAY_READ | MAY_WRITE;
        return perms;
@@ -248,7 +249,6 @@ static int parse_dirs_option(struct super_block *sb, struct unionfs_dentry_info
        int bindex = 0;
        int i = 0;
        int j = 0;
-
        struct dentry *dent1;
        struct dentry *dent2;
 
@@ -511,7 +511,6 @@ static int unionfs_read_super(struct super_block *sb, void *raw_data,
                              int silent)
 {
        int err = 0;
-
        struct unionfs_dentry_info *hidden_root_info = NULL;
        int bindex, bstart, bend;
 
@@ -663,6 +662,7 @@ static struct file_system_type unionfs_fs_type = {
 static int __init init_unionfs_fs(void)
 {
        int err;
+
        printk("Registering unionfs " UNIONFS_VERSION "\n");
 
        if ((err = unionfs_init_filldir_cache()))
index 25380f35d3b6e75a9f783e955394fc066e4d1823..a94d1eab430eae37bcf904a5095d4941a3b6f4d5 100644 (file)
@@ -213,6 +213,7 @@ static noinline int do_remount_del_option(char *optarg, int cur_branches,
        int err = -EINVAL;
        int idx;
        struct nameidata nd;
+
        /* optarg contains the branch name to delete */
 
        /*
index 664caff3e564c2be67028400da137b09b352afe7..4bb3b24508daec66562aff18928f0be1d132218b 100644 (file)
@@ -210,6 +210,7 @@ struct unionfs_data *alloc_new_data(int objs);
 static inline off_t rdstate2offset(struct unionfs_dir_state *buf)
 {
        off_t tmp;
+
        tmp = ((buf->cookie & MAXRDCOOKIE) << RDOFFBITS)
                | (buf->offset & DIREOF);
        return tmp;
@@ -367,6 +368,7 @@ static inline int set_branchperms(struct super_block *sb, int index, int perms)
 static inline int is_robranch_super(const struct super_block *sb, int index)
 {
        int ret;
+
        unionfs_read_lock(sb);
        ret = (!(branchperms(sb, index) & MAY_WRITE)) ? -EROFS : 0;
        unionfs_read_unlock(sb);
@@ -455,6 +457,7 @@ static inline struct vfsmount *unionfs_mntget(struct dentry *dentry,
                                              int bindex)
 {
        struct vfsmount *mnt;
        if (!dentry) {
                if (bindex < 0)
                        return NULL;
@@ -473,6 +476,7 @@ static inline struct vfsmount *unionfs_mntget(struct dentry *dentry,
 static inline void unionfs_mntput(struct dentry *dentry, int bindex)
 {
        struct vfsmount *mnt;
+
        if (!dentry) {
                if (bindex < 0)
                        return;