Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753114Ab1CFMEJ (ORCPT ); Sun, 6 Mar 2011 07:04:09 -0500 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:48820 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751930Ab1CFMEF (ORCPT ); Sun, 6 Mar 2011 07:04:05 -0500 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 From: KOSAKI Motohiro To: Oleg Nesterov Subject: Re: [PATCH v4 0/4] exec: unify native/compat code Cc: kosaki.motohiro@jp.fujitsu.com, Andrew Morton , LKML , linux-mm , pageexec@freemail.hu, Solar Designer , Eugene Teo , Brad Spengler , Roland McGrath , Milton Miller , Linus Torvalds In-Reply-To: <20110305203040.GA7546@redhat.com> References: <20110305203040.GA7546@redhat.com> Message-Id: <20110306210334.6CD5.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.50.07 [ja] Date: Sun, 6 Mar 2011 21:04:01 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1235 Lines: 41 > On 03/03, Linus Torvalds wrote: > > > > On Thu, Mar 3, 2011 at 7:47 AM, Oleg Nesterov wrote: > > >> I _personally_ don't like "conditional". Its name is based on code logic. > > >> It's unclear what mean "conditional". From data strucuture view, It is > > >> "opaque userland pointer". > > > > > > I agree with any naming, just suggest a better name ;) > > > > Maybe just "struct user_arg_ptr" or something? > > OK, nothing else was suggessted, I assume Kosaki agrees. Sure. :) And, I happily reported this series run successfully my testsuite. Could you please add my tested-by tag? thanks. > > So rename conditional_ptr to user_arg_ptr. > > Also rename get_user_ptr() to get_user_arg_ptr(). It was suggested to > use the same "user_arg_ptr" for this helper too, but this is not > grep-friendly. As for get_ in the name... Well, I can redo again ;) > But this matches get_user() and this is all what this helper does. > > Otherwise unchanged. > > Oleg. > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/