Commit ebf9a02
Add VirtualPipe support to InodeValFilePollGuard
VirtualPipeTx and VirtualPipeRx were not handled in InodeValFilePollGuard::new(),
causing poll_oneoff to return Errno::Badf when polling on VirtualPipe fds.
Since VirtualPipe types implement VirtualFile, they can use the existing File
poll guard mode.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent c2b19b8 commit ebf9a02
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
0 commit comments