From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757356AbZEPKpl (ORCPT ); Sat, 16 May 2009 06:45:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754799AbZEPKpc (ORCPT ); Sat, 16 May 2009 06:45:32 -0400 Received: from mu-out-0910.google.com ([209.85.134.187]:35469 "EHLO mu-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753262AbZEPKpb (ORCPT ); Sat, 16 May 2009 06:45:31 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:from:to:cc:subject:in-reply-to:references :user-agent:mime-version:content-type; b=dH0/1wih0dbQTlrDvQtSmI5tk3fjlR+nVaQxxF0w063uo2Gj1ttU9mM7J7MYkuupsP hLBwg6IMKyERLtc2e+HngLakeHk9Ho4BD+P4KnfUYhT6PvB8TLDDXQgRgcDFmFOKIUNh 6CToUBQpY5NBWG8XHZe5E8U6gNjGqKtNhkPMs= Date: Sat, 16 May 2009 12:45:29 +0200 Message-ID: <87eiupcomu.wl%vmayatsk@redhat.com> From: Vitaly Mayatskikh To: Ingo Molnar Cc: Vitaly Mayatskikh , Roland McGrath , Andrew Morton , Oleg Nesterov , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] Introduce "struct wait_info" to simplify wait_task*() pathes In-Reply-To: <20090515173720.GB29647@elte.hu> References: <1242216490-8226-1-git-send-email-v.mayatskih@gmail.com> <1242216490-8226-2-git-send-email-v.mayatskih@gmail.com> <87tz3ozuuw.wl%vmayatsk@redhat.com> <20090515173720.GB29647@elte.hu> User-Agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Fri, 15 May 2009 19:37:20 +0200, Ingo Molnar wrote: > > Yeah, I was wrong. There's no benefit in size of .text > > but there's a lot of benefit in cleanliness - just look at the > simplification of the prototypes. Simplification was my other intention. Ok, I'll wait for Oleg's review :) -- wbr, Vitaly