]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 a5bfd60f4f6fa13137224d27698a71f286e822fc..24f640441bd90977a079aac782768025c68f3712 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 48492f1240ad35d664eccafd181292f56db33bda..5ac1236afb15189b4d580a7676ece5a05fee2cb4 100644 (file)
@@ -433,5 +433,4 @@ struct inode *ovl_new_inode(struct super_block *sb, umode_t mode,
        }
 
        return inode;
-
 }
index 5c495a17a5a3e2dff1ca52782f54a5e7bec646cd..e9ce4a9e8749ca71f1f3d024f0a1e882c7499185 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))