diff options
author | Andrew Morton <akpm@osdl.org> | 2006-10-06 00:43:48 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-06 08:53:39 -0700 |
commit | 4899b8b16b302299cc91289f7b5bac295e9ab387 (patch) | |
tree | e9bfd4f3a44f6a49e60f1b8930a015c6772524ef /fs/9p | |
parent | d195412c35fe777811bd58ad43fba3aacc67e15c (diff) |
[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 'fs/9p')
0 files changed, 0 insertions, 0 deletions