Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39033
b: refs/heads/master
c: 4899b8b
h: refs/heads/master
i:
  39031: a3868bd
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 6, 2006
1 parent 7006a19 commit 78fdee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d195412c35fe777811bd58ad43fba3aacc67e15c
refs/heads/master: 4899b8b16b302299cc91289f7b5bac295e9ab387
3 changes: 2 additions & 1 deletion trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ static int kauditd_thread(void *dummy)
{
struct sk_buff *skb;

while (1) {
while (!kthread_should_stop()) {
skb = skb_dequeue(&audit_skb_queue);
wake_up(&audit_backlog_wait);
if (skb) {
Expand Down Expand Up @@ -369,6 +369,7 @@ static int kauditd_thread(void *dummy)
remove_wait_queue(&kauditd_wait, &wait);
}
}
return 0;
}

int audit_send_list(void *_dest)
Expand Down

0 comments on commit 78fdee8

Please sign in to comment.