From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH v2] wait: use wrapper functions Date: Fri, 07 May 2010 22:56:47 +0200 Message-ID: <1273265807.1642.368.camel@laptop> References: <1273214006-2979-1-git-send-email-xiaosuo@gmail.com> <20100507135220.a972a6b2.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Changli Gao , Alexander Viro , Paul Menage , Li Zefan , Ingo Molnar , Davide Libenzi , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, containers@lists.linux-foundation.org To: Andrew Morton Return-path: In-Reply-To: <20100507135220.a972a6b2.akpm@linux-foundation.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, 2010-05-07 at 13:52 -0700, Andrew Morton wrote: > On Fri, 7 May 2010 14:33:26 +0800 > Changli Gao wrote: > > > epoll should not touch flags in wait_queue_t. This patch introduces a new > > function __add_wait_queue_excl(), for the users, who use wait queue as a > > LIFO queue. > > __add_wait_queue_exclusive(), please. Let's be consistent. done