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 14:00:01 +0000
committerLudovic Stordeur <Ludovic.Stordeur@inria.fr>2011-07-11 14:00:01 +0000
commite381c7c38582236d5bd361fb87fe4fe055d94ba2 (patch)
tree220e7ae10472f92b6edfb20eae9e09abb1561291 /pkgs/os-specific/linux/kernel/patches.nix
parente739dc7d6cc89c7e170c8a5f8d73bb471499225d (diff)
downloadnixlib-e381c7c38582236d5bd361fb87fe4fe055d94ba2.tar
nixlib-e381c7c38582236d5bd361fb87fe4fe055d94ba2.tar.gz
nixlib-e381c7c38582236d5bd361fb87fe4fe055d94ba2.tar.bz2
nixlib-e381c7c38582236d5bd361fb87fe4fe055d94ba2.tar.lz
nixlib-e381c7c38582236d5bd361fb87fe4fe055d94ba2.tar.xz
nixlib-e381c7c38582236d5bd361fb87fe4fe055d94ba2.tar.zst
nixlib-e381c7c38582236d5bd361fb87fe4fe055d94ba2.zip
Added CIFS timeout patch for Linux 2.6.15
svn path=/nixpkgs/trunk/; revision=27715
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 65400427cbe5..902be41f874c 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_15 =
+    { name = "cifs-timeout";
+      patch = ./cifs-timeout-2.6.15.patch;
+      features.cifsTimeout = true;
+    };
+
   cifs_timeout_2_6_25 =
     { name = "cifs-timeout";
       patch = ./cifs-timeout-2.6.25.patch;