[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.0911031413230.12138@localhost.localdomain>
Date: Tue, 3 Nov 2009 14:15:28 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: John Kacur <jkacur@...hat.com>
cc: linux-kernel@...r.kernel.org, Jon Masters <jcm@...hat.com>,
linux-rt-users@...r.kernel.org,
Clark Williams <williams@...hat.com>
Subject: Re: [PATCH -rt]
Updates-from-Jon-Masters-for-hwlat_detector.c.patch
On Mon, 2 Nov 2009, John Kacur wrote:
> Updated patch just adds the error checking from Jon Masters then,
> patched against -rt.
Can you please inline patches ?
@@ -607,7 +607,11 @@ static ssize_t debug_enable_fwrite(stru
if (!enabled)
goto unlock;
enabled = 0;
- stop_kthread();
+ err = stop_kthread();
+ if (0 != err) {
Eeew !
Thanks,
tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists