diff options
author | Victor Fusco <victor@cetuc.puc-rio.br> | 2005-07-13 17:26:57 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@shinybook.infradead.org> | 2005-07-13 17:26:57 -0400 |
commit | 6c8c8ba5d7e31b37d0184c388183a6039a672417 (patch) | |
tree | a655804389553060311bfae595be7ee7f97a1b31 /kernel/audit.c | |
parent | ad3f9a2238e401a1fc493b8c91341f9e57940eda (diff) |
[AUDIT] Fix sparse warning about gfp_mask type
Fix the sparse warning "implicit cast to nocast type"
Signed-off-by: Victor Fusco <victor@cetuc.puc-rio.br>
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
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; |