SOURCES (LINUX_2_6_20): linux-2.6-vs2.3.patch - fix for kernel/exit.c

mguevara mguevara at pld-linux.org
Tue Jan 16 22:16:52 CET 2007


Author: mguevara                     Date: Tue Jan 16 21:16:52 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_20
---- Log message:
- fix for kernel/exit.c

---- Files affected:
SOURCES:
   linux-2.6-vs2.3.patch (1.2.2.27 -> 1.2.2.28) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.2.27 SOURCES/linux-2.6-vs2.3.patch:1.2.2.28
--- SOURCES/linux-2.6-vs2.3.patch:1.2.2.27	Tue Jan 16 22:09:03 2007
+++ SOURCES/linux-2.6-vs2.3.patch	Tue Jan 16 22:16:46 2007
@@ -19703,7 +19703,7 @@
  	do {
  		reaper = next_thread(reaper);
  		if (reaper == father) {
--			reaper = child_reaper;
+-			reaper = child_reaper(father);
 +			reaper = vx_child_reaper(father);
  			break;
  		}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/linux-2.6-vs2.3.patch?r1=1.2.2.27&r2=1.2.2.28&f=u



More information about the pld-cvs-commit mailing list