diff options
Diffstat (limited to 'mm/slab.h')
-rw-r--r-- | mm/slab.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -160,7 +160,8 @@ static inline const char *cache_name(struct kmem_cache *s) | |||
160 | return s->name; | 160 | return s->name; |
161 | } | 161 | } |
162 | 162 | ||
163 | static inline struct kmem_cache *cache_from_memcg(struct kmem_cache *s, int idx) | 163 | static inline struct kmem_cache * |
164 | cache_from_memcg_idx(struct kmem_cache *s, int idx) | ||
164 | { | 165 | { |
165 | if (!s->memcg_params) | 166 | if (!s->memcg_params) |
166 | return NULL; | 167 | return NULL; |
@@ -204,7 +205,8 @@ static inline const char *cache_name(struct kmem_cache *s) | |||
204 | return s->name; | 205 | return s->name; |
205 | } | 206 | } |
206 | 207 | ||
207 | static inline struct kmem_cache *cache_from_memcg(struct kmem_cache *s, int idx) | 208 | static inline struct kmem_cache * |
209 | cache_from_memcg_idx(struct kmem_cache *s, int idx) | ||
208 | { | 210 | { |
209 | return NULL; | 211 | return NULL; |
210 | } | 212 | } |