From b2cf02eb5ed43c0c87b3c8e51032b78a4d8f82b2 Mon Sep 17 00:00:00 2001 From: Ludovic Stordeur Date: Mon, 11 Jul 2011 13:59:47 +0000 Subject: [PATCH] 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. svn path=/nixpkgs/trunk/; revision=27711 --- ...{cifs-timeout-2.6.32.patch => cifs-timeout-2.6.29.patch} | 0 pkgs/os-specific/linux/kernel/patches.nix | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename pkgs/os-specific/linux/kernel/{cifs-timeout-2.6.32.patch => cifs-timeout-2.6.29.patch} (100%) diff --git a/pkgs/os-specific/linux/kernel/cifs-timeout-2.6.32.patch b/pkgs/os-specific/linux/kernel/cifs-timeout-2.6.29.patch similarity index 100% rename from pkgs/os-specific/linux/kernel/cifs-timeout-2.6.32.patch rename to pkgs/os-specific/linux/kernel/cifs-timeout-2.6.29.patch diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix index d662d2bc65ad..62ecb55d0fc9 100644 --- a/pkgs/os-specific/linux/kernel/patches.nix +++ b/pkgs/os-specific/linux/kernel/patches.nix @@ -235,9 +235,9 @@ 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_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 @@ rec { features.cifsTimeout = true; }; - cifs_timeout = cifs_timeout_2_6_32; + cifs_timeout = cifs_timeout_2_6_29; no_xsave = { name = "no-xsave";