Skip to content

Commit f7215b7

Browse files
committed
zfs_unstable: add FIDEDUPERANGE patch
Same patch already applied to zfs_2_4. Both track 2.4.2.
1 parent 040f680 commit f7215b7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkgs/os-specific/linux/zfs/unstable.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ callPackage ./generic.nix args {
2525

2626
hash = "sha256-I1wLbstr0cFiGsyynP9kJ9ATRp/2b+fnnsdz0up+IzM=";
2727

28+
extraPatches = [
29+
# FIDEDUPERANGE support, sent upstream
30+
./fideduperange.patch
31+
];
32+
2833
extraLongDescription = ''
2934
This is "unstable" ZFS, and will usually be a pre-release version of ZFS.
3035
It may be less well-tested and have critical bugs.

0 commit comments

Comments
 (0)