aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/dmu_diff.c
diff options
context:
space:
mode:
authorGeorge Wilson <george.wilson@delphix.com>2016-06-02 04:04:53 +0000
committerBrian Behlendorf <behlendorf1@llnl.gov>2016-09-13 16:58:33 +0000
commitd3c2ae1c0806b183a315e3d43cc8018cfdca79b5 (patch)
tree0163559e7e88a260766c0df7893bcf9695e300e7 /module/zfs/dmu_diff.c
parentb8eb3c4e3cbdf284087ea0eda58a2681ab3e8e11 (diff)
downloadsrc-d3c2ae1c0806b183a315e3d43cc8018cfdca79b5.tar.gz
src-d3c2ae1c0806b183a315e3d43cc8018cfdca79b5.zip
Diffstat (limited to 'module/zfs/dmu_diff.c')
-rw-r--r--module/zfs/dmu_diff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/zfs/dmu_diff.c b/module/zfs/dmu_diff.c
index 7665d1ca591d..982b96132cc8 100644
--- a/module/zfs/dmu_diff.c
+++ b/module/zfs/dmu_diff.c
@@ -20,7 +20,7 @@
*/
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2012, 2014 by Delphix. All rights reserved.
+ * Copyright (c) 2012, 2015 by Delphix. All rights reserved.
*/
#include <sys/dmu.h>
@@ -146,7 +146,7 @@ diff_cb(spa_t *spa, zilog_t *zilog, const blkptr_t *bp,
if (err)
break;
}
- (void) arc_buf_remove_ref(abuf, &abuf);
+ arc_buf_destroy(abuf, &abuf);
if (err)
return (err);
/* Don't care about the data blocks */