From 4d815ba05def6da74ca28a102f7ce4c822b3bf7d Mon Sep 17 00:00:00 2001 From: Daniel Walker Date: Thu, 18 Oct 2007 03:06:06 -0700 Subject: [PATCH] --- yaml --- r: 71173 b: refs/heads/master c: 9ce34218a8b63594c8958b5a4ef8cce24d511e1b h: refs/heads/master i: 71171: 3fe3575ed6fe0f1df8d505add74976635d1b05ae v: v3 --- [refs] | 2 +- trunk/kernel/auditfilter.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a20960c552b5..2b0d689a9cd2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1bfbc608ba05951678eedc246c9baf62367764a0 +refs/heads/master: 9ce34218a8b63594c8958b5a4ef8cce24d511e1b diff --git a/trunk/kernel/auditfilter.c b/trunk/kernel/auditfilter.c index 359645cff5b2..df66a21fb360 100644 --- a/trunk/kernel/auditfilter.c +++ b/trunk/kernel/auditfilter.c @@ -1498,7 +1498,7 @@ int audit_receive_filter(int type, int pid, int uid, int seq, void *data, * auditctl to read from it... which isn't ever going to * happen if we're actually running in the context of auditctl * trying to _send_ the stuff */ - + dest = kmalloc(sizeof(struct audit_netlink_list), GFP_KERNEL); if (!dest) return -ENOMEM; @@ -1678,7 +1678,7 @@ int audit_filter_type(int type) { struct audit_entry *e; int result = 0; - + rcu_read_lock(); if (list_empty(&audit_filter_list[AUDIT_FILTER_TYPE])) goto unlock_and_return;