Re: [PATCH 1/3] zsmalloc: promote to lib/
From: Nitin Gupta <hidden>
Date: 2012-09-26 17:06:15
Also in:
lkml
From: Nitin Gupta <hidden>
Date: 2012-09-26 17:06:15
Also in:
lkml
2012/9/26 Pekka Enberg [off-list ref]:
On Wed, Sep 26, 2012 at 11:50 AM, Minchan Kim [off-list ref] wrote:quoted
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@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>