On Mon, Jun 17, 2013 at 4:38 PM, Tejun Heo <tj@xxxxxxxxxx> 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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>