Skip to content
Snippets Groups Projects
Commit f134f244 authored by Sohom Bhattacharjee's avatar Sohom Bhattacharjee Committed by Miklos Szeredi
Browse files

ovl: fixed coding style warning


This patch fixes a newline warning found by the checkpatch.pl tool

Signed-off-by: default avatarSohom-Bhattacharjee <soham.bhattacharjee15@gmail.com>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 45aebeaf
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment