From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753614AbZBCUyo (ORCPT ); Tue, 3 Feb 2009 15:54:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751936AbZBCUyf (ORCPT ); Tue, 3 Feb 2009 15:54:35 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:47103 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751664AbZBCUyf (ORCPT ); Tue, 3 Feb 2009 15:54:35 -0500 Date: Tue, 3 Feb 2009 12:53:49 -0800 (PST) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Davide Libenzi cc: Andrew Morton , Linux Kernel Mailing List , Alan Cox , Ingo Molnar , David Miller Subject: Re: [patch 2/6] epoll keyed wakeups v2 - introduce new *_poll() wakeup macros In-Reply-To: Message-ID: References: <20090203001401.cc960d4e.akpm@linux-foundation.org> <20090203121041.23d440be.akpm@linux-foundation.org> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 3 Feb 2009, Davide Libenzi wrote: > > There's another thing. Epoll is the *only* user of such thing. I could > suck it in there if you prefer. wake_up_nested(), once > wake_up_nested_poll() goes in, has no more users and IMO can go. Ahh. Even better. Make it so. Linus