Added CIFS timeout patch for Linux 2.6.{35 --> 38}

svn path=/nixpkgs/trunk/; revision=27710
This commit is contained in:
Ludovic Stordeur
2011-07-11 13:59:43 +00:00
parent df0a6394b3
commit c551998c82
3 changed files with 70 additions and 0 deletions
+12
View File
@@ -241,6 +241,18 @@ rec {
features.cifsTimeout = true;
};
cifs_timeout_2_6_35 =
{ name = "cifs-timeout";
patch = ./cifs-timeout-2.6.35.patch;
features.cifsTimeout = true;
};
cifs_timeout_2_6_38 =
{ name = "cifs-timeout";
patch = ./cifs-timeout-2.6.38.patch;
features.cifsTimeout = true;
};
cifs_timeout = cifs_timeout_2_6_32;
no_xsave =