]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/dmu_send.c
Illumos 5765 - add support for estimating send stream size with lzc_send_space when...
authorMax Grossman <max.grossman@delphix.com>
Wed, 8 Apr 2015 18:37:13 +0000 (11:37 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 13 May 2015 16:03:59 +0000 (09:03 -0700)
commit5dc8b7365ff1932bfd969bc71cd49db9b3a6dc87
tree03bbb6a4ffbe7b71a5d4f69e3cec42c75deb62ad
parent19b3b1d2a256ecac1f27278c593983f772322f09
Illumos 5765 - add support for estimating send stream size with lzc_send_space when source is a bookmark

5765 add support for estimating send stream size with lzc_send_space when source is a bookmark
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>
Reviewed by: Steven Hartland <killing@multiplay.co.uk>
Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com>
Approved by: Albert Lee <trisk@nexenta.com>

References:
  https://www.illumos.org/issues/5765
  https://github.com/illumos/illumos-gate/commit/643da460

Porting notes:
* Unused variable 'recordsize' in dmu_send_estimate() dropped

Ported-by: DHE <git@dehacked.net>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3397
include/sys/dmu_send.h
include/sys/dsl_dataset.h
lib/libzfs_core/libzfs_core.c
module/zfs/dmu_send.c
module/zfs/zfs_ioctl.c