Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 18 Nov 2002 18:09:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 18 Nov 2002 18:09:32 -0500 Received: from sccrmhc02.attbi.com ([204.127.202.62]:11164 "EHLO sccrmhc02.attbi.com") by vger.kernel.org with ESMTP id ; Mon, 18 Nov 2002 18:09:30 -0500 Message-ID: <3DD97A3D.2030909@kegel.com> Date: Mon, 18 Nov 2002 15:39:41 -0800 From: Dan Kegel User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98) X-Accept-Language: de-de, en MIME-Version: 1.0 To: Davide Libenzi CC: Linux Kernel Mailing List Subject: Re: [rfc] epoll interface change and glibc bits ... References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1437 Lines: 38 Davide Libenzi wrote: > On Mon, 18 Nov 2002, Dan Kegel wrote: > > >>Ulrich wrote: >> >>>>epoll does hook f_op->poll() and hence uses the asm/poll.h bits. >>> >>>It does today. We are talking about "you promise that this will be the >>>case ever after or we'll cut your head off". I have no idea why you're >>>so reluctant since you don't have to maintain any of the user-level >>>bits. And it is not you who has to deal with the fallout of a change >>>when it happens. >>> >>>If epoll is so different from poll (and this is what I've been told frmo >>>Davide) then there should be a clear separation of the interfaces and >>>all those arguing to unify the data types and constants better should >>>rethink there understanding. >> >>epoll is not really that different from poll, is it? >>It delivers edge-triggered versions of the same events poll uses. >>Or is there something epoll does I'm not aware of? > > > The interface ( edge-triggered ) is quite different and we saw in the > previous experience how this might lead to confusion for the user. Putting > epoll bits inside poll.h will IMHO increase this. The only difference is the edge-triggered nature, though, right? - Dan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/