diff options
Diffstat (limited to 'kernel/audit.c')
-rw-r--r-- | kernel/audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit.c b/kernel/audit.c index b683f2b5e866..518a833b676a 100644 --- a/kernel/audit.c +++ b/kernel/audit.c | |||
@@ -564,7 +564,7 @@ static void audit_buffer_free(struct audit_buffer *ab) | |||
564 | } | 564 | } |
565 | 565 | ||
566 | static struct audit_buffer * audit_buffer_alloc(struct audit_context *ctx, | 566 | static struct audit_buffer * audit_buffer_alloc(struct audit_context *ctx, |
567 | int gfp_mask, int type) | 567 | unsigned int __nocast gfp_mask, int type) |
568 | { | 568 | { |
569 | unsigned long flags; | 569 | unsigned long flags; |
570 | struct audit_buffer *ab = NULL; | 570 | struct audit_buffer *ab = NULL; |