refactor epoll related implementation (#1128)

* Refactor epoll related implementation

Add PollableInode trait
Implement PollableInode for pollable inodes

fix https://github.com/DragonOS-Community/DragonOS/issues/1094

Signed-off-by: Godones <chenlinfeng25@outlook.com>
This commit is contained in:
linfeng
2025-04-20 16:41:49 +08:00
committed by GitHub
parent 0f827fb191
commit 167d272792
16 changed files with 461 additions and 289 deletions

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
channel = "nightly-2024-11-05"
components = ["rust-src"]