From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757317Ab3AOSFT (ORCPT ); Tue, 15 Jan 2013 13:05:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19428 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755686Ab3AOSFR (ORCPT ); Tue, 15 Jan 2013 13:05:17 -0500 Date: Tue, 15 Jan 2013 19:03:30 +0100 From: Oleg Nesterov 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 Subject: Re: [PATCH] tty: Only wakeup the line discipline idle queue when queue is active 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 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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.