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