about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-04-09 21:02:17 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-04-09 21:02:17 +0000
commitb35d2c6b895607a939cfef446ca37b0d869fede6 (patch)
treec9911f31fc57379fe389e21087f7fbb1cb7bd972 /pkgs/os-specific/linux/kernel/patches.nix
parent5dfcf188015721255f9056308d4f641441cb2cb7 (diff)
downloadnixlib-b35d2c6b895607a939cfef446ca37b0d869fede6.tar
nixlib-b35d2c6b895607a939cfef446ca37b0d869fede6.tar.gz
nixlib-b35d2c6b895607a939cfef446ca37b0d869fede6.tar.bz2
nixlib-b35d2c6b895607a939cfef446ca37b0d869fede6.tar.lz
nixlib-b35d2c6b895607a939cfef446ca37b0d869fede6.tar.xz
nixlib-b35d2c6b895607a939cfef446ca37b0d869fede6.tar.zst
nixlib-b35d2c6b895607a939cfef446ca37b0d869fede6.zip
Adding a patch for linux 3.3 for btrfs regarding ENOSPC.
This should solve the problem I had, where I could not boot either 3.3 or 3.3.1
in my system, as I got ENOSPC all the time.


svn path=/nixpkgs/trunk/; revision=33714
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 75f6473b57ba..9d4a6d001c4a 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -359,4 +359,9 @@ rec {
       name = "guruplug-arch-number";
       patch = ./guruplug-mach-type.patch;
     };
+
+  btrfs_enospc =
+    { name = "btrfs-enospc-3.3-revert";
+      patch = ./btrfs-enospc.patch;
+    };
 }