Messages in this thread |  | | Date | Thu, 12 Dec 2013 17:39:59 +0000 | From | Christoph Lameter <> | Subject | Re: [PATCH 1/2] mm: slab/slub: use page->list consistently instead of page->lru |
| |
On Wed, 11 Dec 2013, Dave Hansen wrote:
> 'struct page' has two list_head fields: 'lru' and 'list'. > Conveniently, they are unioned together. This means that code > can use them interchangably, which gets horribly confusing like > with this nugget from slab.c:
Acked-by: Christoph Lameter <cl@linux.com>
|  |