openpromfs: switch to d_splice_alias()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Родитель
b113a6d3cf
Коммит
0ed883fd80
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче