Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752664Ab3FQXkg (ORCPT ); Mon, 17 Jun 2013 19:40:36 -0400 Received: from mail-ie0-f172.google.com ([209.85.223.172]:56933 "EHLO mail-ie0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751444Ab3FQXkf (ORCPT ); Mon, 17 Jun 2013 19:40:35 -0400 MIME-Version: 1.0 In-Reply-To: <20130617233827.GP32663@mtj.dyndns.org> References: <1371128589-8953-1-git-send-email-tangchen@cn.fujitsu.com> <1371128589-8953-8-git-send-email-tangchen@cn.fujitsu.com> <20130617233827.GP32663@mtj.dyndns.org> Date: Mon, 17 Jun 2013 16:40:34 -0700 X-Google-Sender-Auth: 83wO8tfxY7DDP1z3tzjVczrmhis Message-ID: Subject: Re: [Part1 PATCH v5 07/22] x86, ACPI: Store override acpi tables phys addr in cpio files info array From: Yinghai Lu To: Tejun Heo Cc: Tang Chen , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Andrew Morton , Thomas Renninger , Jiang Liu , Wen Congyang , Lai Jiangshan , Yasuaki Ishimatsu , Mel Gorman , Minchan Kim , mina86@mina86.com, gong.chen@linux.intel.com, vasilis.liaskovitis@profitbricks.com, lwoodman@redhat.com, Rik van Riel , jweiner@redhat.com, Prarit Bhargava , "the arch/x86 maintainers" , linux-doc@vger.kernel.org, Linux Kernel Mailing List , Linux MM , "Rafael J. Wysocki" , ACPI Devel Maling List Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 707 Lines: 21 On Mon, Jun 17, 2013 at 4:38 PM, Tejun Heo wrote: > On Thu, Jun 13, 2013 at 09:02:54PM +0800, Tang Chen wrote: >> -static struct cpio_data __initdata acpi_initrd_files[ACPI_OVERRIDE_TABLES]; >> +struct file_pos { >> + phys_addr_t data; >> + phys_addr_t size; >> +}; > > Isn't file_pos too generic as name? Would acpi_initrd_file_pos too > long? Maybe just struct acpi_initrd_file? ok, will change to acpi_initrd_file. Thanks Yinghai -- 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/