2012/9/26 Pekka Enberg <penberg@xxxxxxxxxx>: > On Wed, Sep 26, 2012 at 11:50 AM, Minchan Kim <minchan@xxxxxxxxxx> wrote: >> lib/Kconfig | 2 + >> lib/Makefile | 1 + >> lib/zsmalloc/Kconfig | 18 + >> lib/zsmalloc/Makefile | 1 + >> lib/zsmalloc/zsmalloc.c | 1064 ++++++++++++++++++++++++++++++ > > What's wrong with mm/zsmalloc.c? I think mm/ directory should only contain the code which is intended for global use such as the slab allocator, page reclaim code etc. zsmalloc is used by only one (or possibly two) drivers, so lib/ seems to be the right place. Thanks, Nitin -- 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>