You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/05 19:56:29 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7227: poll: Don't need monitor POLLERR or POLLHUP explicitly

pkarashchenko commented on code in PR #7227:
URL: https://github.com/apache/incubator-nuttx/pull/7227#discussion_r985282623


##########
fs/vfs/fs_epoll.c:
##########
@@ -365,8 +365,7 @@ int epoll_ctl(int epfd, int op, int fd, struct epoll_event *ev)
         return -1;
     }
 
-  poll_notify(&eph->poll, 1, eph->poll[0].events);

Review Comment:
   Sorry for dummy question, but why this is changed?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org