fix(epoll): 正确处理普通文件的epoll事件#1528
Conversation
fslongjin
commented
Dec 21, 2025
- 修复普通文件在epoll中总是就绪的逻辑,避免添加epitem
- 改进poll_select_finish函数以支持更多时间类型
- 修复select系统调用中timeout负值检查
- 修复普通文件在epoll中总是就绪的逻辑,避免添加epitem - 改进poll_select_finish函数以支持更多时间类型 - 修复select系统调用中timeout负值检查 Signed-off-by: longjin <longjin@DragonOS.org>
|
@claude review this PR in Chinese |
|
Claude finished @fslongjin's task in 4m 55s —— View job PR审查:fix(epoll): 正确处理普通文件的epoll事件待办事项列表:
总体评价: 1.
|