提交 f134f244 编写于 作者: S Sohom Bhattacharjee 提交者: Miklos Szeredi

ovl: fixed coding style warning

This patch fixes a newline warning found by the checkpatch.pl tool
Signed-off-by: NSohom-Bhattacharjee <soham.bhattacharjee15@gmail.com>
Signed-off-by: NMiklos Szeredi <mszeredi@redhat.com>
上级 45aebeaf
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册