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
This commit is contained in:
Ludovic Stordeur 2011-07-11 13:59:47 +00:00
parent c551998c82
commit b2cf02eb5e
2 changed files with 3 additions and 3 deletions

View File

@ -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";