SOURCES: truecrypt-blk_congestion_wait-2.6.20-fix.patch - the chan...

mguevara mguevara at pld-linux.org
Tue Mar 6 09:03:38 CET 2007


Author: mguevara                     Date: Tue Mar  6 08:03:38 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- the change applies to 2.6.19 too, thanks Karol Dowbecki

---- Files affected:
SOURCES:
   truecrypt-blk_congestion_wait-2.6.20-fix.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/truecrypt-blk_congestion_wait-2.6.20-fix.patch
diff -u SOURCES/truecrypt-blk_congestion_wait-2.6.20-fix.patch:1.1 SOURCES/truecrypt-blk_congestion_wait-2.6.20-fix.patch:1.2
--- SOURCES/truecrypt-blk_congestion_wait-2.6.20-fix.patch:1.1	Tue Feb 27 14:07:44 2007
+++ SOURCES/truecrypt-blk_congestion_wait-2.6.20-fix.patch	Tue Mar  6 09:03:33 2007
@@ -6,7 +6,7 @@
  		if (p)
  			return p;
 -
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
 +		trace (3, "congestion_wait\n");
 +		congestion_wait (direction, HZ / 50);
 +#else
@@ -20,7 +20,7 @@
  	trace (3, "bio_alloc (%hd)\n", bio_segments (bio));
  	while (!(bion = bio_alloc (GFP_NOIO | __GFP_NOMEMALLOC, bio_segments (bio))))
  	{
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
 +		trace (3, "congestion_wait\n");
 +		congestion_wait (bio_data_dir (bio), HZ / 50);
 +#else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/truecrypt-blk_congestion_wait-2.6.20-fix.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list