OSDN Git Service

ovl: Cleanup redundant blank lines
authorhujianyang <hujianyang@huawei.com>
Wed, 26 Nov 2014 08:16:59 +0000 (16:16 +0800)
committerMiklos Szeredi <mszeredi@suse.cz>
Fri, 12 Dec 2014 23:59:52 +0000 (00:59 +0100)
This patch removes redundant blanks lines in overlayfs.

Signed-off-by: hujianyang <hujianyang@huawei.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/overlayfs/copy_up.c
fs/overlayfs/inode.c
fs/overlayfs/super.c

index a5bfd60..24f6404 100644 (file)
@@ -191,7 +191,6 @@ int ovl_set_attr(struct dentry *upperdentry, struct kstat *stat)
                ovl_set_timestamps(upperdentry, stat);
 
        return err;
-
 }
 
 static int ovl_copy_up_locked(struct dentry *workdir, struct dentry *upperdir,
index 48492f1..5ac1236 100644 (file)
@@ -433,5 +433,4 @@ struct inode *ovl_new_inode(struct super_block *sb, umode_t mode,
        }
 
        return inode;
-
 }
index 5c495a1..e9ce4a9 100644 (file)
@@ -106,7 +106,6 @@ void ovl_path_upper(struct dentry *dentry, struct path *path)
 
 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path)
 {
-
        enum ovl_path_type type = ovl_path_type(dentry);
 
        if (!OVL_TYPE_UPPER(type))