From: Sohom Bhattacharjee Date: Tue, 15 Mar 2016 15:27:59 +0000 (+0530) Subject: ovl: fixed coding style warning X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f134f2446548267330f45b06f14d59aaf1641fdc;p=linux-beck.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 959bdcf2f9e8..cc514da6f3e7 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;