Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932203AbWHVM1z (ORCPT ); Tue, 22 Aug 2006 08:27:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751294AbWHVM1z (ORCPT ); Tue, 22 Aug 2006 08:27:55 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:39078 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S1751221AbWHVM1y (ORCPT ); Tue, 22 Aug 2006 08:27:54 -0400 Date: Tue, 22 Aug 2006 13:27:31 +0100 From: Christoph Hellwig To: Evgeniy Polyakov Cc: Christoph Hellwig , lkml , David Miller , Ulrich Drepper , Andrew Morton , netdev , Zach Brown Subject: Re: [PATCH] kevent_user: remove non-chardev interface Message-ID: <20060822122731.GA2994@infradead.org> Mail-Followup-To: Christoph Hellwig , Evgeniy Polyakov , lkml , David Miller , Ulrich Drepper , Andrew Morton , netdev , Zach Brown References: <12345678912345.GA1898@2ka.mipt.ru> <11561555871530@2ka.mipt.ru> <20060822115459.GA10839@infradead.org> <20060822121709.GA4815@2ka.mipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060822121709.GA4815@2ka.mipt.ru> User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 982 Lines: 25 On Tue, Aug 22, 2006 at 04:17:10PM +0400, Evgeniy Polyakov wrote: > I personally do not have objections against it, but it introduces > additional complexies - one needs to open /dev/kevent and then perform > syscalls on top of returuned file descriptor. it disalllows int fd = sys_kevent_ctl(, KEVENT_CTL_INIT, , ); in favour of only int fd = open("/dev/kevent", O_SOMETHING); which doesn't seem like a problem, especially as I really badly hope no one will use the syscalls but some library instead. In addition to that I'm researching whether there's a better way to implement the other functionality instead of the two syscalls. But I'd rather let code speak, so wait for some patches from me on that. - 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/