]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/inet_hashtables.c
[PATCH] slab: remove SLAB_ATOMIC
[net-next-2.6.git] / net / ipv4 / inet_hashtables.c
index 244c4f445c7d55779a99fe301152c2241bbcacd7..bd6c9bc418935c4960cd19c705928c418e037b37 100644 (file)
@@ -31,7 +31,7 @@ struct inet_bind_bucket *inet_bind_bucket_create(kmem_cache_t *cachep,
                                                 struct inet_bind_hashbucket *head,
                                                 const unsigned short snum)
 {
-       struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, SLAB_ATOMIC);
+       struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC);
 
        if (tb != NULL) {
                tb->port      = snum;