Re: C13 [13/14] Shrink __kmem_cache_create() parameter lists
From: Christoph Lameter <hidden>
Date: 2012-09-04 22:48:37
From: Christoph Lameter <hidden>
Date: 2012-09-04 22:48:37
On Mon, 3 Sep 2012, Glauber Costa wrote:
Actually, Christoph, it would be a lot cleaner if you would just do size_t size = cachep->size; in the beginning of this function. The resulting patch size would be a lot smaller since you don't need to patch the references, and would avoid mistakes like that altogether.
Ok. Done. -- 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>