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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user