diff options
Diffstat (limited to 'include/linux/slab.h')
-rw-r--r-- | include/linux/slab.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h index a6aab2c0dfc5..905541dd3778 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h | |||
@@ -524,7 +524,6 @@ static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) | |||
524 | * @memcg: pointer to the memcg this cache belongs to | 524 | * @memcg: pointer to the memcg this cache belongs to |
525 | * @list: list_head for the list of all caches in this memcg | 525 | * @list: list_head for the list of all caches in this memcg |
526 | * @root_cache: pointer to the global, root cache, this cache was derived from | 526 | * @root_cache: pointer to the global, root cache, this cache was derived from |
527 | * @dead: set to true after the memcg dies; the cache may still be around. | ||
528 | * @nr_pages: number of pages that belongs to this cache. | 527 | * @nr_pages: number of pages that belongs to this cache. |
529 | * @destroy: worker to be called whenever we are ready, or believe we may be | 528 | * @destroy: worker to be called whenever we are ready, or believe we may be |
530 | * ready, to destroy this cache. | 529 | * ready, to destroy this cache. |
@@ -540,7 +539,6 @@ struct memcg_cache_params { | |||
540 | struct mem_cgroup *memcg; | 539 | struct mem_cgroup *memcg; |
541 | struct list_head list; | 540 | struct list_head list; |
542 | struct kmem_cache *root_cache; | 541 | struct kmem_cache *root_cache; |
543 | bool dead; | ||
544 | atomic_t nr_pages; | 542 | atomic_t nr_pages; |
545 | struct work_struct destroy; | 543 | struct work_struct destroy; |
546 | }; | 544 | }; |