SOURCES (LINUX_2_6_20): linux-2.6-vs2.3.patch - fix for fs/proc/ar...

mguevara mguevara at pld-linux.org
Tue Jan 16 15:31:25 CET 2007


Author: mguevara                     Date: Tue Jan 16 14:31:25 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_20
---- Log message:
- fix for fs/proc/array.c

---- Files affected:
SOURCES:
   linux-2.6-vs2.3.patch (1.2.2.17 -> 1.2.2.18) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.2.17 SOURCES/linux-2.6-vs2.3.patch:1.2.2.18
--- SOURCES/linux-2.6-vs2.3.patch:1.2.2.17	Tue Jan 16 15:26:29 2007
+++ SOURCES/linux-2.6-vs2.3.patch	Tue Jan 16 15:31:20 2007
@@ -9640,7 +9640,7 @@
 @@ -389,8 +408,10 @@ static int do_task_stat(struct task_stru
  		}
  
- 		sid = sig->session;
+ 		sid = signal_session(sig);
 -		pgid = process_group(task);
 -		ppid = rcu_dereference(task->real_parent)->tgid;
 +		pid = vx_info_map_pid(task->vx_info, task->pid);
================================================================

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



More information about the pld-cvs-commit mailing list