From: Evgeniy Polyakov <[EMAIL PROTECTED]> Date: Wed, 9 Aug 2006 09:31:14 +0400
I am burnt out on reviewing this endless kevent patch resubmissions, so I will only comment briefly. > That's why I'm asking for what exactly should be moved into the > patchset. I.e. do we need poll/select (it is the same as what epoll > does), timer, network AIO? How they should be splitted? I would suggest removing all of the file I/O and network AIO since they are logically seperate from kevent. > Using LIST_POISON is a flag that kevent is in appropriate queue or not, > I can add some flag into the structure, but why, if it is clear just by > looking into list's pointers. What is wrong with using list_empty() as this indicator? - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html