diff options
| author | Ingo Molnar <mingo@elte.hu> | 2010-08-12 15:38:56 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2010-08-12 15:39:04 -0400 |
| commit | f46a6804135795f77d096ab0128f27531c7d051c (patch) | |
| tree | 7cd33f69e3661327739ae4c96e5a8389e7fc912e /kernel/audit.c | |
| parent | b3e84ffa21f916e3354a12a7f19169c9febe96d0 (diff) | |
| parent | ad41a1e0cab07c5125456e8d38e5b1ab148d04aa (diff) | |
Merge branch 'linus' into perf/urgent
Merge reason: Fix upstream breakage introduced by:
de5d9bf: Move list types from <linux/list.h> to <linux/types.h>.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/audit.c')
| -rw-r--r-- | kernel/audit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/audit.c b/kernel/audit.c index c71bd26631a2..d96045789b54 100644 --- a/kernel/audit.c +++ b/kernel/audit.c | |||
| @@ -56,7 +56,6 @@ | |||
| 56 | #include <net/netlink.h> | 56 | #include <net/netlink.h> |
| 57 | #include <linux/skbuff.h> | 57 | #include <linux/skbuff.h> |
| 58 | #include <linux/netlink.h> | 58 | #include <linux/netlink.h> |
| 59 | #include <linux/inotify.h> | ||
| 60 | #include <linux/freezer.h> | 59 | #include <linux/freezer.h> |
| 61 | #include <linux/tty.h> | 60 | #include <linux/tty.h> |
| 62 | 61 | ||
| @@ -407,7 +406,7 @@ static void kauditd_send_skb(struct sk_buff *skb) | |||
| 407 | audit_hold_skb(skb); | 406 | audit_hold_skb(skb); |
| 408 | } else | 407 | } else |
| 409 | /* drop the extra reference if sent ok */ | 408 | /* drop the extra reference if sent ok */ |
| 410 | kfree_skb(skb); | 409 | consume_skb(skb); |
| 411 | } | 410 | } |
| 412 | 411 | ||
| 413 | static int kauditd_thread(void *dummy) | 412 | static int kauditd_thread(void *dummy) |
