diff options
Diffstat (limited to 'mm/slab.h')
-rw-r--r-- | mm/slab.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -260,7 +260,6 @@ static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x) | |||
260 | WARN_ON_ONCE(1); | 260 | WARN_ON_ONCE(1); |
261 | return s; | 261 | return s; |
262 | } | 262 | } |
263 | #endif | ||
264 | 263 | ||
265 | #ifndef CONFIG_SLOB | 264 | #ifndef CONFIG_SLOB |
266 | /* | 265 | /* |
@@ -311,3 +310,5 @@ static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) | |||
311 | 310 | ||
312 | void *slab_next(struct seq_file *m, void *p, loff_t *pos); | 311 | void *slab_next(struct seq_file *m, void *p, loff_t *pos); |
313 | void slab_stop(struct seq_file *m, void *p); | 312 | void slab_stop(struct seq_file *m, void *p); |
313 | |||
314 | #endif /* MM_SLAB_H */ | ||