From f134f2446548267330f45b06f14d59aaf1641fdc Mon Sep 17 00:00:00 2001 From: Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com> Date: Tue, 15 Mar 2016 20:57:59 +0530 Subject: [PATCH] ovl: fixed coding style warning 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> --- fs/overlayfs/copy_up.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/overlayfs/copy_up.c b/fs/overlayfs/copy_up.c index 959bdcf2f9e80..cc514da6f3e7b 100644 --- a/fs/overlayfs/copy_up.c +++ b/fs/overlayfs/copy_up.c @@ -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; -- GitLab