We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4508aaa commit e049523Copy full SHA for e049523
driver/main.c
@@ -1652,6 +1652,8 @@ static inline int drop_nostate_event(ppm_event_code event_type,
1652
#elif (LINUX_VERSION_CODE < KERNEL_VERSION(6, 10, 0))
1653
!fd_is_open(close_fd, fdt)
1654
#else
1655
+ // fd_is_open() was made file-local:
1656
+ // https://github.com/torvalds/linux/commit/c4aab26253cd1f302279b8d6b5b66ccf1b120520
1657
!test_bit(close_fd, fdt->open_fds)
1658
#endif
1659
) {
0 commit comments