[PATCH] signal.c: wrong rt signals comment, 2.4.20-pre11

Kristis Makris (mkdebian@gmx.net)
12 Dec 2002 22:42:40 -0700


--=-I2GyfuyCJ0Xydtwlym7n
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

I'm sorry for being a little out of date.

I believe it's the RT signals that get queued. Someone please apply
against 2.5.x?

--=-I2GyfuyCJ0Xydtwlym7n
Content-Disposition: attachment; filename=rt_signals_comment.patch
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; name=rt_signals_comment.patch; charset=ANSI_X3.4-1968

--- linux/kernel/signal.c Sat Oct 19 11:58:48 2002
+++ linux-2.4.20-pre11.mod/kernel/signal.c Thu Dec 12 22:31:48 2002
@@ -237,7 +237,7 @@
kmem_cache_free(sigqueue_cachep,q);
atomic_dec(&nr_queued_signals);
=20
- /* Non-RT signals can exist multiple times.. */
+ /* RT signals can exist multiple times.. */
if (sig >=3D SIGRTMIN) {
while ((q =3D *pp) !=3D NULL) {
if (q->info.si_signo =3D=3D sig)

--=-I2GyfuyCJ0Xydtwlym7n--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/