Re: [RFC][PATCH 1/9] mm: slab/slub: use page->list consistentlyinstead of page->lru

From: David Rientjes
Date: Wed Jan 15 2014 - 02:16:37 EST


On Tue, 14 Jan 2014, Dave Hansen wrote:

> > block/blk-mq.c: In function âblk_mq_free_rq_mapâ:
> > block/blk-mq.c:1094:10: error: âstruct pageâ has no member named âlistâ
> > block/blk-mq.c:1094:10: warning: initialization from incompatible pointer type [enabled by default]
> > block/blk-mq.c:1094:10: error: âstruct pageâ has no member named âlistâ
> > block/blk-mq.c:1095:22: error: âstruct pageâ has no member named âlistâ
> > block/blk-mq.c: In function âblk_mq_init_rq_mapâ:
> > block/blk-mq.c:1159:22: error: âstruct pageâ has no member named âlistâ
>
> As I mentioned in the introduction, these are against linux-next.
> There's a patch in there at the moment which fixed this.
>

Ok, thanks, I like this patch.

Acked-by: David Rientjes <rientjes@xxxxxxxxxx>