Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 829c28be authored by Amir Goldstein's avatar Amir Goldstein Committed by Miklos Szeredi
Browse files

ovl: use d_splice_alias() in place of d_add() in lookup



This is required for NFS export.

Signed-off-by: default avatarAmir Goldstein <amir73il@gmail.com>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 0aceb53e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -982,9 +982,7 @@ struct dentry *ovl_lookup(struct inode *dir, struct dentry *dentry,
	dput(index);
	kfree(stack);
	kfree(d.redirect);
	d_add(dentry, inode);

	return NULL;
	return d_splice_alias(inode, dentry);

out_free_oe:
	dentry->d_fsdata = NULL;