Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 18 Oct 2002 19:19:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 18 Oct 2002 19:19:11 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:10507 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Fri, 18 Oct 2002 19:19:11 -0400 Date: Fri, 18 Oct 2002 16:27:30 -0700 (PDT) From: Linus Torvalds To: Shailabh Nagar cc: Davide Libenzi , Hanna Linder , Benjamin LaHaise , Linux Kernel Mailing List , Subject: Re: [PATCH] sys_epoll system call interface to /dev/epoll In-Reply-To: <3DB094B0.2040400@watson.ibm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 639 Lines: 17 On Fri, 18 Oct 2002, Shailabh Nagar wrote: > > Apart from the multiple vs. single system call issue, are you okay with > the creation of an fd,file * etc. without having a device ? Hey, that's the UNIX way. Think sockets, think pipes, think futexes. It's nothing new, it's been there in Unix since 1969, and the "everything is a file" thing has nothing to say about using "open". Linus - 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/