* [patch-kj] kernel_thread() audit return code i2o_core.c
@ 2004-06-21 21:13 maximilian attems
0 siblings, 0 replies; only message in thread
From: maximilian attems @ 2004-06-21 21:13 UTC (permalink / raw)
To: Alan Cox; +Cc: Andrew Morton, linux-kernel
Audited for kernel_thread() return values. Did it backwards last
time. *^_^*
Oh, yeah; compiles just fine as module or built-in.
Description : Audited for kernel_thread() return code in i2o_sys_init()
Signed-off-by: MJK <mkemp@cs.nmsu.edu>
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>
---
linux-2.6.7-max/drivers/message/i2o/i2o_core.c | 7 +++++++
1 files changed, 7 insertions(+)
diff -puN drivers/message/i2o/i2o_core.c~kernel_thread-i2o_core drivers/message/i2o/i2o_core.c
--- linux-2.6.7/drivers/message/i2o/i2o_core.c~kernel_thread-i2o_core 2004-06-18 10:30:08.000000000 +0200
+++ linux-2.6.7-max/drivers/message/i2o/i2o_core.c 2004-06-18 10:31:20.000000000 +0200
@@ -2234,6 +2234,13 @@ rebuild_sys_tab:
/* Create a kernel thread to deal with dynamic LCT updates */
iop->lct_pid = kernel_thread(i2o_dyn_lct, iop, CLONE_SIGHAND);
+ if (iop->lct_pid < 0) {
+ printk(KERN_ERR "Couldn't spawn thread for %s.\n",
+ iop->name);
+ i2o_sys_shutdown();
+ return;
+ }
+
/* Update change ind on DLCT */
iop->dlct->change_ind = iop->lct->change_ind;
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-06-21 21:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-21 21:13 [patch-kj] kernel_thread() audit return code i2o_core.c maximilian attems
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®