]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert r340096: 9952 Block size change during zfs receive drops spill block
authormav <mav@FreeBSD.org>
Wed, 21 Nov 2018 18:18:57 +0000 (18:18 +0000)
committermav <mav@FreeBSD.org>
Wed, 21 Nov 2018 18:18:57 +0000 (18:18 +0000)
commite9a5feab20c8ab0acbb111a1791229ae46b2a204
tree7b230b6aab75ea3e0db49dd5923eb753eb138dc4
parent2e57d41f449dff8d4ce07a8cfd19cd72729bc129
Revert r340096: 9952 Block size change during zfs receive drops spill block

It was reported, and I easily reproduced it, that this change triggers panic
when receiving replication stream with enabled embedded blocks, when short
file compressing into one embedded block changes its block size.  I am not
sure that the problem is in this particuler patch, not just triggered by it,
but since investigation and fix will take some time, I've decided to revert
this for now.

PR: 198457, 233277
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c