Skip to content

Commit

Permalink
ovl: Cleanup redundant blank lines
Browse files Browse the repository at this point in the history
This patch removes redundant blanks lines in overlayfs.

Signed-off-by: hujianyang <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
  • Loading branch information
hujianyang authored and Miklos Szeredi committed Dec 12, 2014
1 parent a78d9f0 commit 1ba3872
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion fs/overlayfs/copy_up.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion fs/overlayfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,5 +433,4 @@ struct inode *ovl_new_inode(struct super_block *sb, umode_t mode,
}

return inode;

}
1 change: 0 additions & 1 deletion fs/overlayfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 1ba3872

Please sign in to comment.