The patch titled
kernel/audit.c: fix sparse warnings (__nocast type)
has been added to the -mm tree. Its filename is
kernel-auditc-fix-sparse-warnings-__nocast-type.patch
Patches currently in -mm which might be from [EMAIL PROTECTED] are
mm-slab-fix-sparse-warnings.patch
kernel-auditc-fix-sparse-warnings-__nocast-type.patch
char-n_tty-fix-sparse-warnings-__nocast-type.patch
From: Victor Fusco <[EMAIL PROTECTED]>
Fix the sparse warning "implicit cast to nocast type"
Signed-off-by: Victor Fusco <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
Cc: David Woodhouse <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
kernel/audit.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN kernel/audit.c~kernel-auditc-fix-sparse-warnings-__nocast-type
kernel/audit.c
--- 25/kernel/audit.c~kernel-auditc-fix-sparse-warnings-__nocast-type Fri Jul
8 16:14:07 2005
+++ 25-akpm/kernel/audit.c Fri Jul 8 16:14:07 2005
@@ -564,7 +564,7 @@ static void audit_buffer_free(struct aud
}
static struct audit_buffer * audit_buffer_alloc(struct audit_context *ctx,
- int gfp_mask, int type)
+ unsigned int __nocast gfp_mask,
int type)
{
unsigned long flags;
struct audit_buffer *ab = NULL;
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html