fixed dfsv2 openat.

This commit is contained in:
geniusgogo
2023-05-16 18:21:24 +08:00
committed by guo
parent cc51b53b21
commit de567b8fb3
+1 -1
View File
@@ -90,7 +90,7 @@ int openat(int dirfd, const char *path, int flag, ...)
return -1;
}
fullpath = dfs_normalize_path(d->vnode->fullpath, path);
fullpath = dfs_dentry_full_path(d->dentry);
if (!fullpath)
{
rt_set_errno(-ENOMEM);