Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[linux-2.6-block.git] / fs / overlayfs / copy_up.c
index 959bdcf2f9e805d7ea3840634cb2d66c24d9c27f..cc514da6f3e7bc973a5a8c6b2a739c57e8b51ebb 100644 (file)
@@ -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;