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
This commit is contained in:
Lluís Batlle i Rossell
2012-04-09 21:02:17 +00:00
parent 5dfcf18801
commit b35d2c6b89
3 changed files with 27 additions and 0 deletions
@@ -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;
};
}