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

From: Tang Chen
Date: Tue Jul 23 2013 - 22:53:17 EST


On 07/24/2013 03:19 AM, Tejun Heo wrote:
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.

OK, followed.

Thanks.

--
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/