linux: Remove CIFS timeout patch

We longer use CIFS in the VM tests so we don't need this anymore.
This commit is contained in:
Eelco Dolstra
2013-08-01 01:40:40 +02:00
parent 956d71f843
commit ff99631753
3 changed files with 0 additions and 22 deletions
@@ -125,14 +125,6 @@ rec {
features.aufs3 = true;
};
# 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_38 =
{ name = "cifs-timeout";
patch = ./cifs-timeout-2.6.38.patch;
features.cifsTimeout = true;
};
no_xsave =
{ name = "no-xsave";
patch = ./no-xsave.patch;