scsi: cxgb4i: Fix TLS dependency
[linux-2.6-microblaze.git] / mm / slab.h
index 06c6587..6d7c6a5 100644 (file)
--- a/mm/slab.h
+++ b/mm/slab.h
@@ -280,9 +280,6 @@ static inline struct obj_cgroup *memcg_slab_pre_alloc_hook(struct kmem_cache *s,
 {
        struct obj_cgroup *objcg;
 
-       if (memcg_kmem_bypass())
-               return NULL;
-
        objcg = get_obj_cgroup_from_current();
        if (!objcg)
                return NULL;