From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: Re: [PATCH] tty: Only wakeup the line discipline idle queue when queue is active Date: Tue, 15 Jan 2013 19:03:30 +0100 Message-ID: <20130115180330.GA9321@redhat.com> References: <1355842130-15482-1-git-send-email-meltedpianoman@gmail.com> <50E3FDFA.4070203@suse.cz> <20130102114311.66215bf5@pyramind.ukuu.org.uk> <50E4854E.8060801@suse.cz> <20130103183611.GA28225@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Ivo Sieben Cc: Peter Zijlstra , Ingo Molnar , linux-kernel@vger.kernel.org, Andi Kleen , Preeti U Murthy , Jiri Slaby , Alan Cox , linux-serial@vger.kernel.org, Alan Cox , Greg KH List-Id: linux-serial@vger.kernel.org On 01/15, Ivo Sieben wrote: > > It solves an issue for me, and I really would like this patch to be approved. Agreed. And even if we want a helper to hide the waitqueue_active(), we can add it later and convert more users, not just put_ldisc(). Oleg.