Skip to content

Commit 3e05617

Browse files
Tobin C. Hardingtorvalds
authored andcommitted
mm: remove stale comment from page struct
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. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Tobin C. Harding <[email protected]> Acked-by: Christoph Lameter <[email protected]> Reviewed-by: Roman Gushchin <[email protected]> Acked-by: Vlastimil Babka <[email protected]> Cc: David Rientjes <[email protected]> Cc: Joonsoo Kim <[email protected]> Cc: Matthew Wilcox <[email protected]> Cc: Pekka Enberg <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 16cb0ec commit 3e05617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/mm_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ struct page {
103103
};
104104
struct { /* slab, slob and slub */
105105
union {
106-
struct list_head slab_list; /* uses lru */
106+
struct list_head slab_list;
107107
struct { /* Partial pages */
108108
struct page *next;
109109
#ifdef CONFIG_64BIT

0 commit comments

Comments
 (0)