From: Sohom Bhattacharjee Date: Tue, 15 Mar 2016 15:27:59 +0000 (+0530) Subject: ovl: fixed coding style warning X-Git-Tag: v4.6-rc1~49^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f134f2446548267330f45b06f14d59aaf1641fdc;p=platform%2Fkernel%2Flinux-exynos.git ovl: fixed coding style warning This patch fixes a newline warning found by the checkpatch.pl tool Signed-off-by: Sohom-Bhattacharjee Signed-off-by: Miklos Szeredi --- diff --git a/fs/overlayfs/copy_up.c b/fs/overlayfs/copy_up.c index 959bdcf..cc514da 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;