On Mon, 11 Jun 2012 15:34:49 -0700, Paton Lewis wrote: > This patch introduces the new epoll_ctl command EPOLL_CTL_DISABLE, which > disables the associated epoll item and returns -EBUSY if the epoll item is not > currently in the epoll ready queue. This allows multiple threads to use a > mutex to determine when it is safe to delete an epoll item and its associated > resources. This allows epoll items to be deleted and closed efficiently and > without error. Do you assume that EPOLLONESHOT is being used for this to work or would you expect your patch to also address the case where EPOLLONESHOT is not used? Christof -- http://cmeerw.org sip:cmeerw at cmeerw.org mailto:cmeerw at cmeerw.org xmpp:cmeerw at cmeerw.org -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html