* Christoph Lameter <[EMAIL PROTECTED]> wrote: > if (unlikely(!prior)) > - add_partial(get_node(s, page_to_nid(page)), page); > + add_partial_tail(get_node(s, page_to_nid(page)), page);
FYI, this gives me: mm/slub.c: In function 'kfree': mm/slub.c:2604: warning: passing argument 3 of 'slab_free' discards qualifiers from pointer target type looks harmless though at first sight. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/