|
|
@@ -83,7 +83,7 @@ struct page {
|
|
|
/* See page-flags.h for the definition of PAGE_MAPPING_FLAGS */
|
|
|
struct address_space *mapping;
|
|
|
|
|
|
- void *s_mem; /* slab first object */
|
|
|
+ struct kmem_cache *slab_cache; /* SL[AU]B: Pointer to slab */
|
|
|
atomic_t compound_mapcount; /* first tail page */
|
|
|
/* page_deferred_list().next -- second tail page */
|
|
|
};
|
|
|
@@ -194,7 +194,7 @@ struct page {
|
|
|
spinlock_t ptl;
|
|
|
#endif
|
|
|
#endif
|
|
|
- struct kmem_cache *slab_cache; /* SL[AU]B: Pointer to slab */
|
|
|
+ void *s_mem; /* slab first object */
|
|
|
};
|
|
|
|
|
|
#ifdef CONFIG_MEMCG
|