mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
linux-3.10: remove the btrfs send patch
it helps, but is incomplete. more fixes are coming, but including these would change too much generic btrfs code, which might cause trouble for others. so the best advice is not to use btrfs send yet and wait for 3.11 or 3.12
This commit is contained in:
parent
467c581811
commit
273689bcbd
@ -139,15 +139,4 @@ rec {
|
||||
};
|
||||
};
|
||||
|
||||
# this patch will probably make it into 3.11 or 3.12
|
||||
# it only touches 1 file (fs/btrfs/send.c) so it only affects people that use
|
||||
# the btrfs send feature.
|
||||
btrfs_send_backport =
|
||||
{ name = "btrfs-send-check-parent-dir-when-doing-a-compare-send";
|
||||
patch = fetchurl {
|
||||
url = https://patchwork.kernel.org/patch/2839612/mbox;
|
||||
sha256 = "0qv5mxpfrzj2dibac64n4b3d6pg7gzsafd11548bihwmsa3dlbhg";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -6451,7 +6451,6 @@ let
|
||||
kernelPatches =
|
||||
[
|
||||
kernelPatches.sec_perm_2_6_24
|
||||
kernelPatches.btrfs_send_backport
|
||||
] ++ lib.optionals (platform.kernelArch == "mips")
|
||||
[ kernelPatches.mips_fpureg_emu
|
||||
kernelPatches.mips_fpu_sigill
|
||||
|
Loading…
Reference in New Issue
Block a user