Author: stordeur
Date: Mon Jul 11 13:59:47 2011
New Revision: 27711
URL: https://svn.nixos.org/websvn/nix/?rev=27711&sc=1

Log:
Renamed cifs-timeout-2.6.{32 --> 29} patch

Renamed cifs-timeout-2.6.32 patch to cifs-timeout-2.6.29 as this is the
older kernel version this patch applies to.

Added:
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/cifs-timeout-2.6.29.patch
      - copied, changed from r27710, 
nixpkgs/trunk/pkgs/os-specific/linux/kernel/cifs-timeout-2.6.32.patch
Deleted:
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/cifs-timeout-2.6.32.patch
Modified:
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix

Copied and modified: 
nixpkgs/trunk/pkgs/os-specific/linux/kernel/cifs-timeout-2.6.29.patch (from 
r27710, nixpkgs/trunk/pkgs/os-specific/linux/kernel/cifs-timeout-2.6.32.patch)
==============================================================================

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix     Mon Jul 11 
13:59:43 2011        (r27710)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix     Mon Jul 11 
13:59:47 2011        (r27711)
@@ -235,9 +235,9 @@
 
   # Increase the timeout on CIFS requests from 15 to 120 seconds to
   # make CIFS more resilient to high load on the CIFS server.
-  cifs_timeout_2_6_32 =
+  cifs_timeout_2_6_29 =
     { name = "cifs-timeout";
-      patch = ./cifs-timeout-2.6.32.patch;
+      patch = ./cifs-timeout-2.6.29.patch;
       features.cifsTimeout = true;
     };
 
@@ -253,7 +253,7 @@
       features.cifsTimeout = true;
     };
 
-  cifs_timeout = cifs_timeout_2_6_32;
+  cifs_timeout = cifs_timeout_2_6_29;
 
   no_xsave =
     { name = "no-xsave";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to