On Tue, Jul 24, 2018 at 1:03 PM Andrew Morton <[email protected]> wrote: > > > I'd sleep better if this became a kmem_cache_alloc() and the memset > was moved into vma_init().
Yeah, with the vma_init(), I guess the advantage of using
kmem_cache_zalloc() is pretty dubious.
Make it so.
Linus

