On Mon, Mar 28, 2016 at 07:56:15PM -0500, Christoph Lameter wrote: > On Mon, 28 Mar 2016, js1304@xxxxxxxxx wrote: > > > From: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> > > - spin_lock_irq(&n->list_lock); > > - n->free_limit = > > - (1 + nr_cpus_node(node)) * > > - cachep->batchcount + cachep->num; > > - spin_unlock_irq(&n->list_lock); > > + ret = init_cache_node(cachep, node, GFP_KERNEL); > > + if (ret) > > + return ret; > > Drop ret and do a > > return init_cache_node(...); > > instead? Will do it. Thanks. -- 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>