diff options
author | Brian Behlendorf <[email protected]> | 2009-03-11 22:27:11 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-03-11 22:27:11 -0700 |
commit | 246cae3509df218c722df741a8433d2936569361 (patch) | |
tree | cef0f4f5278f3316f2bef3bca335aa0551627607 /module/zfs/dsl_dataset.c | |
parent | 9915249546c3972325e9a849cefd9983d3a5ce18 (diff) | |
parent | ecd2dbcb441f747567cb155f62606537c491a8be (diff) |
Merge branch 'gcc-unused' into refs/top-bases/gcc-branch
Diffstat (limited to 'module/zfs/dsl_dataset.c')
-rw-r--r-- | module/zfs/dsl_dataset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/dsl_dataset.c b/module/zfs/dsl_dataset.c index e507fd59f..82109150d 100644 --- a/module/zfs/dsl_dataset.c +++ b/module/zfs/dsl_dataset.c @@ -1701,7 +1701,7 @@ dsl_dataset_destroy_sync(void *arg1, void *tag, cred_t *cr, dmu_tx_t *tx) if (ds->ds_phys->ds_next_clones_obj != 0) { uint64_t count; - ASSERT(0 == zap_count(mos, + VERIFY(0 == zap_count(mos, ds->ds_phys->ds_next_clones_obj, &count) && count == 0); VERIFY(0 == dmu_object_free(mos, ds->ds_phys->ds_next_clones_obj, tx)); |