]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert r340096: 9952 Block size change during zfs receive drops spill block
authorAlexander Motin <mav@FreeBSD.org>
Wed, 21 Nov 2018 18:18:57 +0000 (18:18 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Wed, 21 Nov 2018 18:18:57 +0000 (18:18 +0000)
commiteecd0a185648b6dd0f6bb0cb721d98386b13355a
tree7b230b6aab75ea3e0db49dd5923eb753eb138dc4
parentd5e494fee4daf42e505af339677642ca507c9839
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