From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753668AbZENTBK (ORCPT ); Thu, 14 May 2009 15:01:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751877AbZENTAz (ORCPT ); Thu, 14 May 2009 15:00:55 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:35722 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751088AbZENTAy (ORCPT ); Thu, 14 May 2009 15:00:54 -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=u3RON4rdPZxdesVI9qX8IM/F20B0KVqvXWfkMEtYBFHO0fEvsMv1hYMcu6ZDJj7N3J Bh28aEfgGgKznWLWR38yFloXYS7ITV8GJpnVmOJjMZ819VtQqrCYVWCZG7hkS+p3RgOB KEeHdO/8L/2aPrdVsSKKsCSXnT7G5DWMDFry4= Date: Thu, 14 May 2009 21:00:52 +0200 Message-ID: <87bppvzezf.wl%vmayatsk@redhat.com> From: Vitaly Mayatskikh To: Roland McGrath Cc: Vitaly Mayatskikh , Andrew Morton , Oleg Nesterov , Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] Completely replace wait_noreap_copyout() by copy_wait_opts_to_user() In-Reply-To: <20090514185519.330B3FC35D@magilla.sf.frob.com> References: <1242294612-28680-1-git-send-email-v.mayatskih@gmail.com> <1242294612-28680-2-git-send-email-v.mayatskih@gmail.com> 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 Thu, 14 May 2009 11:55:19 -0700 (PDT), Roland McGrath wrote: > This changes the return value of copy_wait_opts_to_user without changing > all its callers to match. You're right, it was intended to go to the second patch. Damn... I should be more attentive. -- wbr, Vitaly