Added CIFS timeout patch for Linux 2.6.15

svn path=/nixpkgs/trunk/; revision=27715
This commit is contained in:
Ludovic Stordeur
2011-07-11 14:00:01 +00:00
parent e739dc7d6c
commit e381c7c385
2 changed files with 50 additions and 0 deletions
@@ -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;