add cifs_timeout to kernel 3.5

This commit is contained in:
David Guibert
2012-11-15 07:41:11 +01:00
parent 6c943d3758
commit c604ff045e
3 changed files with 20 additions and 0 deletions
@@ -230,6 +230,12 @@ rec {
features.cifsTimeout = true;
};
cifs_timeout_3_5_7 =
{ name = "cifs-timeout";
patch = ./cifs-timeout-3.5.7.patch;
features.cifsTimeout = true;
};
no_xsave =
{ name = "no-xsave";
patch = ./no-xsave.patch;