diff options
author | Andrew Morton <akpm@osdl.org> | 2006-10-06 09:43:48 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-06 17:53:39 +0200 |
commit | 4899b8b16b302299cc91289f7b5bac295e9ab387 (patch) | |
tree | e9bfd4f3a44f6a49e60f1b8930a015c6772524ef /include/asm-generic/bug.h | |
parent | [PATCH] i386: irqs build fix (diff) | |
download | linux-4899b8b16b302299cc91289f7b5bac295e9ab387.tar.xz linux-4899b8b16b302299cc91289f7b5bac295e9ab387.zip |
[PATCH] kauditd_thread warning fix
Squash this warning:
kernel/audit.c: In function 'kauditd_thread':
kernel/audit.c:367: warning: no return statement in function returning non-void
We might as test kthread_should_stop(), although it's not very pointful at
present.
The code which starts this thread looks racy - the kernel could start multiple
threads.
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions