* [PATCH] fs: overlayfs: fixed coding style warning
@ 2016-03-15 15:27 Sohom Bhattacharjee
0 siblings, 0 replies; only message in thread
From: Sohom Bhattacharjee @ 2016-03-15 15:27 UTC (permalink / raw)
To: Miklos Szeredi; +Cc: linux-unionfs, linux-kernel
This patch fixes a newline warning found by the checkpatch.pl tool
Signed-off-by: Sohom-Bhattacharjee <soham.bhattacharjee15@gmail.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 d894e7c..8a8a5ce 100644
--- a/fs/overlayfs/copy_up.c
+++ b/fs/overlayfs/copy_up.c
@@ -235,6 +235,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;
--
2.5.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-15 15:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 15:27 [PATCH] fs: overlayfs: fixed coding style warning Sohom Bhattacharjee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).