完善ipc对象&完善nsfs&完善文件接口

This commit is contained in:
zhangzheng
2025-03-02 23:31:22 +08:00
parent d8a8b2e3f7
commit 6049dad2b1
66 changed files with 713 additions and 345 deletions

View File

@@ -77,7 +77,7 @@ int main(int argc, char *argv[])
ret = appfs_open_init(&fs_obj);
assert(ret >= 0);
ret = rpc_meta_init(THREAD_MAIN, &hd);
ret = rpc_meta_init(TASK_THIS, &hd);
assert(ret >= 0);
fs_svr_init();
ns_register(mount_path, hd, 0);