about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorLudovic Stordeur <Ludovic.Stordeur@inria.fr>2011-07-11 13:59:54 +0000
committerLudovic Stordeur <Ludovic.Stordeur@inria.fr>2011-07-11 13:59:54 +0000
commit388ba0981b885a4772744851d6a94362108ab438 (patch)
tree3b17c8224f58ed9728adf67ad8b388a3db91fa0b /pkgs/os-specific/linux/kernel/patches.nix
parent68db350b88bbeeb2b55b0c9045e503bf5cb39881 (diff)
downloadnixlib-388ba0981b885a4772744851d6a94362108ab438.tar
nixlib-388ba0981b885a4772744851d6a94362108ab438.tar.gz
nixlib-388ba0981b885a4772744851d6a94362108ab438.tar.bz2
nixlib-388ba0981b885a4772744851d6a94362108ab438.tar.lz
nixlib-388ba0981b885a4772744851d6a94362108ab438.tar.xz
nixlib-388ba0981b885a4772744851d6a94362108ab438.tar.zst
nixlib-388ba0981b885a4772744851d6a94362108ab438.zip
Added CIFS timeout patch for Linux 2.6.{25 --> 28}
svn path=/nixpkgs/trunk/; revision=27713
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 62ecb55d0fc9..65400427cbe5 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -235,6 +235,12 @@ rec {
 
   # 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_25 =
+    { name = "cifs-timeout";
+      patch = ./cifs-timeout-2.6.25.patch;
+      features.cifsTimeout = true;
+    };
+
   cifs_timeout_2_6_29 =
     { name = "cifs-timeout";
       patch = ./cifs-timeout-2.6.29.patch;