]> err.no Git - linux-2.6/blobdiff - net/ipv4/inet_timewait_sock.c
[PATCH] make 1-bit bitfields unsigned
[linux-2.6] / net / ipv4 / inet_timewait_sock.c
index 8c74f9168b7d7fe4426bf30628f4e90bdba6cd59..e28330aa41390ef3a86865a106365d1224d9aa12 100644 (file)
@@ -91,7 +91,7 @@ struct inet_timewait_sock *inet_twsk_alloc(const struct sock *sk, const int stat
 {
        struct inet_timewait_sock *tw =
                kmem_cache_alloc(sk->sk_prot_creator->twsk_prot->twsk_slab,
-                                SLAB_ATOMIC);
+                                GFP_ATOMIC);
        if (tw != NULL) {
                const struct inet_sock *inet = inet_sk(sk);