del old ipc code && sema support timeout

This commit is contained in:
zhangzheng
2025-02-13 11:18:19 +08:00
parent 00804aaaaa
commit f86daa3169
55 changed files with 359 additions and 182 deletions

View File

@@ -117,10 +117,12 @@ int fs_svr_statfs(const char *path, struct statfs *buf)
{
return -ENOSYS;
}
#if 0
void fs_svr_loop(void)
{
rpc_loop();
}
#endif
static const fs_operations_t ops =
{
.fs_svr_open = fs_svr_open,