We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63b731 commit 954010fCopy full SHA for 954010f
module/zfs/zio.c
@@ -3665,8 +3665,8 @@ zio_ddt_child_write_ready(zio_t *zio)
3665
for (int i = 0; i < BP_GET_NDVAS(zio->io_bp); i++) {
3666
dva_t *d = &zio->io_bp->blk_dva[i];
3667
metaslab_group_alloc_decrement(zio->io_spa,
3668
- DVA_GET_VDEV(d), METASLAB_ASYNC_ALLOC,
3669
- zio->io_allocator, B_FALSE, zio);
+ DVA_GET_VDEV(d), zio->io_allocator,
+ METASLAB_ASYNC_ALLOC, zio->io_size, zio);
3670
}
3671
zio->io_error = EAGAIN;
3672
0 commit comments