Re: [PATCH v2 5/5] mm: Remove stale comment from page struct

2019-03-13 Thread Christopher Lameter
Acked-by: Christoph Lameter

[PATCH v2 5/5] mm: Remove stale comment from page struct

2019-03-12 Thread Tobin C. Harding
We now use the slab_list list_head instead of the lru list_head. This comment has become stale. Remove stale comment from page struct slab_list list_head. Signed-off-by: Tobin C. Harding --- include/linux/mm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git