From 9fd014d8b07e166a9c1449512bb9316c8a8068e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20F=C3=BCl=C3=B6p?= Date: Fri, 28 Oct 2022 20:12:13 +0200 Subject: [PATCH] fix arg; style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Fülöp --- module/zfs/dmu_send.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/zfs/dmu_send.c b/module/zfs/dmu_send.c index dd55855dfd..215b0a26dd 100644 --- a/module/zfs/dmu_send.c +++ b/module/zfs/dmu_send.c @@ -3001,7 +3001,7 @@ dmu_adjust_send_estimate_for_indirects(dsl_dataset_t *ds, uint64_t uncompressed, int dmu_send_estimate_fast(dsl_dataset_t *origds, dsl_dataset_t *fromds, - zfs_bookmark_phys_t *frombook, boolean_t compressok, boolean_t rawok, + zfs_bookmark_phys_t *frombook, boolean_t compressok, boolean_t rawok, boolean_t saved, uint64_t *sizep) { int err; @@ -3109,7 +3109,7 @@ out: dsl_dataset_rele(ds, FTAG); if (owned == B_TRUE) - dsl_dataset_disown(ds->ds_dir->dd_pool, dsflags, FTAG); + dsl_dataset_disown(ds, dsflags, FTAG); return (err); }