diff options
author | Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com> | 2016-03-15 11:27:59 -0400 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2016-03-21 12:31:45 -0400 |
commit | f134f2446548267330f45b06f14d59aaf1641fdc (patch) | |
tree | 8253b9578dba21594bfb15613cd37636a2ba7e95 /fs/overlayfs | |
parent | 45aebeaf4f67468f76bedf62923a576a519a9b68 (diff) |
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>
Diffstat (limited to 'fs/overlayfs')
-rw-r--r-- | fs/overlayfs/copy_up.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, | |||
267 | 267 | ||
268 | if (S_ISREG(stat->mode)) { | 268 | if (S_ISREG(stat->mode)) { |
269 | struct path upperpath; | 269 | struct path upperpath; |
270 | |||
270 | ovl_path_upper(dentry, &upperpath); | 271 | ovl_path_upper(dentry, &upperpath); |
271 | BUG_ON(upperpath.dentry != NULL); | 272 | BUG_ON(upperpath.dentry != NULL); |
272 | upperpath.dentry = newdentry; | 273 | upperpath.dentry = newdentry; |