Applied CIFS timeout patch to other kernels

Linux-2.6.{25,27,28} are now compiled with the CIFS timeout patch,
allowing them to be used with "VM Testing".

svn path=/nixpkgs/trunk/; revision=27714
This commit is contained in:
Ludovic Stordeur 2011-07-11 13:59:58 +00:00
parent 388ba0981b
commit e739dc7d6c

View file

@ -5059,6 +5059,7 @@ let
[ kernelPatches.fbcondecor_2_6_25
kernelPatches.sec_perm_2_6_24
kernelPatches.glibc_getline
kernelPatches.cifs_timeout_2_6_25
];
};
@ -5068,6 +5069,7 @@ let
kernelPatches =
[ kernelPatches.fbcondecor_2_6_27
kernelPatches.sec_perm_2_6_24
kernelPatches.cifs_timeout_2_6_25
];
};
@ -5079,6 +5081,7 @@ let
kernelPatches.sec_perm_2_6_24
kernelPatches.ext4_softlockups_2_6_28
kernelPatches.glibc_getline
kernelPatches.cifs_timeout_2_6_25
];
};