Commit 0ed883fd authored by Al Viro's avatar Al Viro

openpromfs: switch to d_splice_alias()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b113a6d3
...@@ -256,8 +256,7 @@ static struct dentry *openpromfs_lookup(struct inode *dir, struct dentry *dentry ...@@ -256,8 +256,7 @@ static struct dentry *openpromfs_lookup(struct inode *dir, struct dentry *dentry
break; break;
} }
d_add(dentry, inode); return d_splice_alias(inode, dentry);
return NULL;
} }
static int openpromfs_readdir(struct file *file, struct dir_context *ctx) static int openpromfs_readdir(struct file *file, struct dir_context *ctx)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment