* [PATCH trivial] Add missing return value of kauditd_thread
@ 2006-02-14 19:58 Takashi Iwai
2006-02-15 5:52 ` Andrew Morton
0 siblings, 1 reply; 2+ messages in thread
From: Takashi Iwai @ 2006-02-14 19:58 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
Add the missing return value of kauditd_thread().
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
diff --git a/kernel/audit.c b/kernel/audit.c
index 0a813d2..a08fc96 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -300,6 +300,7 @@ static int kauditd_thread(void *dummy)
remove_wait_queue(&kauditd_wait, &wait);
}
}
+ return 0;
}
void audit_send_reply(int pid, int seq, int type, int done, int multi,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH trivial] Add missing return value of kauditd_thread
2006-02-14 19:58 [PATCH trivial] Add missing return value of kauditd_thread Takashi Iwai
@ 2006-02-15 5:52 ` Andrew Morton
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2006-02-15 5:52 UTC (permalink / raw)
To: Takashi Iwai; +Cc: linux-kernel
Takashi Iwai <tiwai@suse.de> wrote:
>
> Add the missing return value of kauditd_thread().
>
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
>
> ---
>
> diff --git a/kernel/audit.c b/kernel/audit.c
> index 0a813d2..a08fc96 100644
> --- a/kernel/audit.c
> +++ b/kernel/audit.c
> @@ -300,6 +300,7 @@ static int kauditd_thread(void *dummy)
> remove_wait_queue(&kauditd_wait, &wait);
> }
> }
> + return 0;
> }
>
> void audit_send_reply(int pid, int seq, int type, int done, int multi,
Patch is already present in the seemingly-moribund audit git repo.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-15 5:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-14 19:58 [PATCH trivial] Add missing return value of kauditd_thread Takashi Iwai
2006-02-15 5:52 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®