Re: [PATCH 03/21] x86, acpi, numa, mem-hotplug: IntroduceMEMBLK_HOTPLUGGABLE to reserve hotpluggable memory.

From: Tejun Heo
Date: Tue Jul 23 2013 - 15:19:25 EST


On Fri, Jul 19, 2013 at 03:59:16PM +0800, Tang Chen wrote:
> /* Definition of memblock flags. */
> #define MEMBLK_FLAGS_DEFAULT 0x0 /* default flag */
> +#define MEMBLK_HOTPLUGGABLE 0x1 /* hotpluggable region */

Given that all existing APIs are using "memblock", wouldn't it be
better to use "MEMBLOCK_" prefix? If it's too long, we can just do
MEMBLOCK_HOTPLUG.

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/