mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 22:28:00 +00:00
openpromfs: switch to d_splice_alias()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
b113a6d3cf
commit
0ed883fd80
1 changed files with 1 additions and 2 deletions
|
@ -256,8 +256,7 @@ found:
|
|||
break;
|
||||
}
|
||||
|
||||
d_add(dentry, inode);
|
||||
return NULL;
|
||||
return d_splice_alias(inode, dentry);
|
||||
}
|
||||
|
||||
static int openpromfs_readdir(struct file *file, struct dir_context *ctx)
|
||||
|
|
Loading…
Add table
Reference in a new issue