Use only whole kernel lock

This commit is contained in:
TXuian
2024-03-15 16:21:36 +08:00
parent d987bf0357
commit b939557317
14 changed files with 8 additions and 79 deletions

View File

@@ -70,7 +70,7 @@ int sys_connect_session(char* path, int capacity, struct Session* user_session)
struct TraceTag server_tag;
if (!AchieveResourceTag(&server_tag, &server_identifier_owner, path)) {
ERROR("Not server: %s\n", path);
DEBUG("Not server: %s\n", path);
return -1;
}