fix arg; style

Signed-off-by: Attila Fülöp <attila@fueloep.org>
This commit is contained in:
Attila Fülöp 2022-10-28 20:12:13 +02:00
parent 5b9afc16cf
commit 9fd014d8b0
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}