尝试给他ns添加symlink

This commit is contained in:
zhangzheng
2023-12-10 23:51:39 +08:00
parent fe32abf266
commit 7d735dccd4
11 changed files with 253 additions and 184 deletions

View File

@@ -336,7 +336,10 @@ int fs_svr_fstat(int fd, stat_t *stat)
{
return -ENOSYS;
}
int fs_svr_symlink(const char *src, const char *dst)
{
return -ENOSYS;
}
void fs_svr_loop(void)
{
rpc_loop();