diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2005-10-21 03:22:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-28 08:16:49 -0700 |
commit | 9796fdd829da626374458e8706daedcc0e432ddd (patch) | |
tree | a0b4af7f45267cdcdfb677c2167906c6ef981b76 /kernel/auditsc.c | |
parent | 55016f10e31bb15b85d8c500f979dfdceb37d548 (diff) | |
download | op-kernel-dev-9796fdd829da626374458e8706daedcc0e432ddd.zip op-kernel-dev-9796fdd829da626374458e8706daedcc0e432ddd.tar.gz |
[PATCH] gfp_t: kernel/*
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/auditsc.c')
-rw-r--r-- | kernel/auditsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c index 88696f6..d8a6850 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c @@ -803,7 +803,7 @@ static void audit_log_task_info(struct audit_buffer *ab) up_read(&mm->mmap_sem); } -static void audit_log_exit(struct audit_context *context, unsigned int gfp_mask) +static void audit_log_exit(struct audit_context *context, gfp_t gfp_mask) { int i; struct audit_buffer *ab; |