From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753440Ab2L1Lj3 (ORCPT ); Fri, 28 Dec 2012 06:39:29 -0500 Received: from mail.skyhub.de ([78.46.96.112]:38671 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752604Ab2L1Lj0 (ORCPT ); Fri, 28 Dec 2012 06:39:26 -0500 Date: Fri, 28 Dec 2012 12:39:26 +0100 From: Borislav Petkov To: Yinghai Lu Cc: "H. Peter Anvin" , LKML Subject: Re: [PATCH] x86, mm: add generic kernel/ident mapping helper Message-ID: <20121228113925.GA12363@x1.alien8.de> Mail-Followup-To: Borislav Petkov , Yinghai Lu , "H. Peter Anvin" , LKML References: <20121227185126.GA10207@x1.alien8.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 28, 2012 at 12:13:06AM -0800, Yinghai Lu wrote: > so will stay with alloc. "alloc" is too generic. So call it 'get_one_pgt_page' or 'alloc_pgt_page' or something descriptive to say what it does than simply 'alloc'. 'alloc' can be anything - it could mean allocation hints or flags or whatever you feel like at that particular time of day :-). Thanks. -- Regards/Gruss, Boris.