Suffixed cifs timeout patch with kernel version.
Currently suffixed with 2.6.32. This pre-patch prepares the landing of several versions of this patch to support other Linux kernel versions. svn path=/nixpkgs/trunk/; revision=27709
This commit is contained in:
parent
8268a39690
commit
df0a6394b3
@ -38,7 +38,7 @@ let
|
|||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
rec {
|
||||||
|
|
||||||
sec_perm_2_6_24 =
|
sec_perm_2_6_24 =
|
||||||
{ name = "sec_perm-2.6.24";
|
{ name = "sec_perm-2.6.24";
|
||||||
@ -235,12 +235,14 @@ in
|
|||||||
|
|
||||||
# Increase the timeout on CIFS requests from 15 to 120 seconds to
|
# Increase the timeout on CIFS requests from 15 to 120 seconds to
|
||||||
# make CIFS more resilient to high load on the CIFS server.
|
# make CIFS more resilient to high load on the CIFS server.
|
||||||
cifs_timeout =
|
cifs_timeout_2_6_32 =
|
||||||
{ name = "cifs-timeout";
|
{ name = "cifs-timeout";
|
||||||
patch = ./cifs-timeout.patch;
|
patch = ./cifs-timeout-2.6.32.patch;
|
||||||
features.cifsTimeout = true;
|
features.cifsTimeout = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cifs_timeout = cifs_timeout_2_6_32;
|
||||||
|
|
||||||
no_xsave =
|
no_xsave =
|
||||||
{ name = "no-xsave";
|
{ name = "no-xsave";
|
||||||
patch = fetchurl {
|
patch = fetchurl {
|
||||||
|
Loading…
Reference in New Issue
Block a user