aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/dmu_impl.h
diff options
context:
space:
mode:
authorPaul Dagnelie <[email protected]>2016-06-09 11:18:16 -0700
committerBrian Behlendorf <[email protected]>2016-06-28 13:47:03 -0700
commite6d3a843d6ced970cbc74a3f809d744c30a7ec7c (patch)
treefbcb5128219b84a43f2704a26f6261e87fb3b416 /include/sys/dmu_impl.h
parentfd41e93563b0543e2a2bdc17bceb731ed22a04b4 (diff)
OpenZFS 6393 - zfs receive a full send as a clone
Authored by: Paul Dagnelie <[email protected]> Reviewed by: Matthew Ahrens <[email protected]> Reviewed by: Prakash Surya <[email protected]> Reviewed by: Richard Elling <[email protected]> Approved by: Dan McDonald <[email protected]> Ported-by: Brian Behlendorf <[email protected]> OpenZFS-issue: https://www.illumos.org/issues/6394 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/68ecb2e
Diffstat (limited to 'include/sys/dmu_impl.h')
-rw-r--r--include/sys/dmu_impl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sys/dmu_impl.h b/include/sys/dmu_impl.h
index d700d1d17..3e4423c8d 100644
--- a/include/sys/dmu_impl.h
+++ b/include/sys/dmu_impl.h
@@ -24,7 +24,7 @@
*/
/*
* Copyright (c) 2012, Joyent, Inc. All rights reserved.
- * Copyright (c) 2013, 2014 by Delphix. All rights reserved.
+ * Copyright (c) 2013, 2015 by Delphix. All rights reserved.
*/
#ifndef _SYS_DMU_IMPL_H
@@ -268,7 +268,6 @@ typedef struct dmu_sendarg {
uint64_t dsa_toguid;
int dsa_err;
dmu_pendop_t dsa_pending_op;
- boolean_t dsa_incremental;
uint64_t dsa_featureflags;
uint64_t dsa_last_data_object;
uint64_t dsa_last_data_offset;