aboutsummaryrefslogtreecommitdiff
path: root/include/sys/zio.h
diff options
context:
space:
mode:
authorMatthew Ahrens <mahrens@delphix.com>2017-03-21 01:36:00 +0000
committerBrian Behlendorf <behlendorf1@llnl.gov>2017-03-21 01:36:00 +0000
commit64fc776208ad14b0078b89317b0f3b24338e10c1 (patch)
treeb8c229ca8b052f3aa718a27b97c759a564c8fd78 /include/sys/zio.h
parenta3478c074752610814f894375c3d947ece4938fe (diff)
downloadsrc-64fc776208ad14b0078b89317b0f3b24338e10c1.tar.gz
src-64fc776208ad14b0078b89317b0f3b24338e10c1.zip
Diffstat (limited to 'include/sys/zio.h')
-rw-r--r--include/sys/zio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/zio.h b/include/sys/zio.h
index 1f8708e5a0a1..dc6c46814e2d 100644
--- a/include/sys/zio.h
+++ b/include/sys/zio.h
@@ -22,7 +22,7 @@
/*
* Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright 2011 Nexenta Systems, Inc. All rights reserved.
- * Copyright (c) 2012, 2016 by Delphix. All rights reserved.
+ * Copyright (c) 2012, 2017 by Delphix. All rights reserved.
* Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
*/
@@ -454,7 +454,7 @@ struct zio {
taskq_ent_t io_tqent;
};
-extern int zio_timestamp_compare(const void *, const void *);
+extern int zio_bookmark_compare(const void *, const void *);
extern zio_t *zio_null(zio_t *pio, spa_t *spa, vdev_t *vd,
zio_done_func_t *done, void *private, enum zio_flag flags);