Skip to content

Commit

Permalink
ovl: fixed coding style warning
Browse files Browse the repository at this point in the history
This patch fixes a newline warning found by the checkpatch.pl tool

Signed-off-by: Sohom-Bhattacharjee <soham.bhattacharjee15@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
  • Loading branch information
Sohom Bhattacharjee authored and Miklos Szeredi committed Mar 21, 2016
1 parent 45aebea commit f134f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/overlayfs/copy_up.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ static int ovl_copy_up_locked(struct dentry *workdir, struct dentry *upperdir,

if (S_ISREG(stat->mode)) {
struct path upperpath;

ovl_path_upper(dentry, &upperpath);
BUG_ON(upperpath.dentry != NULL);
upperpath.dentry = newdentry;
Expand Down

0 comments on commit f134f24

Please sign in to comment.