ovl: Cleanup redundant blank lines
This patch removes redundant blanks lines in overlayfs. Signed-off-by: hujianyang <hujianyang@huawei.com> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
This commit is contained in:

committed by
Miklos Szeredi

parent
a78d9f0d5d
commit
1ba38725a3
@@ -191,7 +191,6 @@ int ovl_set_attr(struct dentry *upperdentry, struct kstat *stat)
|
|||||||
ovl_set_timestamps(upperdentry, stat);
|
ovl_set_timestamps(upperdentry, stat);
|
||||||
|
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ovl_copy_up_locked(struct dentry *workdir, struct dentry *upperdir,
|
static int ovl_copy_up_locked(struct dentry *workdir, struct dentry *upperdir,
|
||||||
|
@@ -433,5 +433,4 @@ struct inode *ovl_new_inode(struct super_block *sb, umode_t mode,
|
|||||||
}
|
}
|
||||||
|
|
||||||
return inode;
|
return inode;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -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 ovl_path_real(struct dentry *dentry, struct path *path)
|
||||||
{
|
{
|
||||||
|
|
||||||
enum ovl_path_type type = ovl_path_type(dentry);
|
enum ovl_path_type type = ovl_path_type(dentry);
|
||||||
|
|
||||||
if (!OVL_TYPE_UPPER(type))
|
if (!OVL_TYPE_UPPER(type))
|
||||||
|
Reference in New Issue
Block a user