mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
fixed dfsv2 openat.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user