[PATCH] gfp flags annotations - part 1
[linux-2.6-block.git] / kernel / signal.c
index c135f5aa2c2d476df8655a67e869e5819b49d901..cba193ceda0db5ac793669440cd25dfc29968441 100644 (file)
@@ -262,7 +262,7 @@ next_signal(struct sigpending *pending, sigset_t *mask)
        return sig;
 }
 
-static struct sigqueue *__sigqueue_alloc(struct task_struct *t, unsigned int __nocast flags,
+static struct sigqueue *__sigqueue_alloc(struct task_struct *t, gfp_t flags,
                                         int override_rlimit)
 {
        struct sigqueue *q = NULL;