SOURCES (LINUX_2_6_20): linux-2.6-vs2.3.patch - fix for block/cfq-...

mguevara mguevara at pld-linux.org
Tue Jan 16 11:25:55 CET 2007


Author: mguevara                     Date: Tue Jan 16 10:25:54 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_20
---- Log message:
- fix for block/cfq-iosched.c

---- Files affected:
SOURCES:
   linux-2.6-vs2.3.patch (1.2.2.5 -> 1.2.2.6) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.2.5 SOURCES/linux-2.6-vs2.3.patch:1.2.2.6
--- SOURCES/linux-2.6-vs2.3.patch:1.2.2.5	Tue Jan 16 11:18:34 2007
+++ SOURCES/linux-2.6-vs2.3.patch	Tue Jan 16 11:25:49 2007
@@ -2080,9 +2080,9 @@
  {
 +	if (task->xid)
 +		return task->xid + (1 << 16);
- 	if (rw == READ || rw == WRITE_SYNC)
- 		return task->pid;
- 
+ 	/*
+ 	 * Use the per-process queue, for read requests and syncronous writes
+ 	 */
 diff -NurpP --minimal linux-2.6.19.1/drivers/block/Kconfig linux-2.6.19.1-vs2.3.0.6/drivers/block/Kconfig
 --- linux-2.6.19.1/drivers/block/Kconfig	2006-12-13 07:46:36 +0100
 +++ linux-2.6.19.1-vs2.3.0.6/drivers/block/Kconfig	2006-12-13 09:16:31 +0100
================================================================

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



More information about the pld-cvs-commit mailing list