kernel: add patch to fix btrfs deadlocks to affected kernels

This commit is contained in:
Nikolay Amiantov
2015-04-08 15:13:42 +03:00
parent 3e079614ab
commit 285d64d2f0
5 changed files with 65 additions and 0 deletions

View File

@@ -10,6 +10,13 @@ import ./generic.nix (args // rec {
sha256 = "1pq4i97vys38rl8ylx4s08qgh9yz3cl840j1f70yzakmc2017byc";
};
# FIXME: remove with the next point release.
kernelPatches = args.kernelPatches ++
[ { name = "btrfs-fix-deadlock";
patch = ./btrfs-fix-deadlock.patch;
}
];
features.iwlwifi = true;
features.efiBootStub = true;
features.needsCifsUtils = true;