|
@@ -785,8 +785,8 @@ static inline void *ac_get_obj(struct kmem_cache *cachep,
|
|
return objp;
|
|
return objp;
|
|
}
|
|
}
|
|
|
|
|
|
-static void *__ac_put_obj(struct kmem_cache *cachep, struct array_cache *ac,
|
|
|
|
- void *objp)
|
|
|
|
|
|
+static noinline void *__ac_put_obj(struct kmem_cache *cachep,
|
|
|
|
+ struct array_cache *ac, void *objp)
|
|
{
|
|
{
|
|
if (unlikely(pfmemalloc_active)) {
|
|
if (unlikely(pfmemalloc_active)) {
|
|
/* Some pfmemalloc slabs exist, check if this is one */
|
|
/* Some pfmemalloc slabs exist, check if this is one */
|