X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Faudit.c;h=aefa73a8a586c50383ab22f6432186d21f5d2f08;hb=c6ecf7ed3131961e5aeedb0efd217afa0808798f;hp=83096b67510aea1e6c40147a9b1f2b73752218b5;hpb=5d54e69c68c05b162a56f9914cae72afd7e6f40a;p=linux-2.6 diff --git a/kernel/audit.c b/kernel/audit.c index 83096b6751..aefa73a8a5 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -560,7 +560,7 @@ static void audit_buffer_free(struct audit_buffer *ab) } static struct audit_buffer * audit_buffer_alloc(struct audit_context *ctx, - unsigned int __nocast gfp_mask, int type) + gfp_t gfp_mask, int type) { unsigned long flags; struct audit_buffer *ab = NULL;