aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/vdev.h
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2016-01-26 17:27:46 -0800
committerBrian Behlendorf <[email protected]>2016-01-28 12:44:39 -0500
commitb6fcb792ca2dad7fb2d190efa416ad8b718675b4 (patch)
tree9b8462e99bff3eb617c53853b9bf62a94b75f50d /include/sys/vdev.h
parent1a04bab34808694f3bf1cef3dc208c9499d103aa (diff)
Illumos 6414 - vdev_config_sync could be simpler
6414 vdev_config_sync could be simpler Reviewed by: George Wilson <[email protected]> Reviewed by: Matthew Ahrens <[email protected]> Approved by: Robert Mustacchi <[email protected]> References: https://www.illumos.org/issues/6414 https://github.com/illumos/illumos-gate/commit/eb5bb58 Ported-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]>
Diffstat (limited to 'include/sys/vdev.h')
-rw-r--r--include/sys/vdev.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sys/vdev.h b/include/sys/vdev.h
index 365789e52..7d64cf6bc 100644
--- a/include/sys/vdev.h
+++ b/include/sys/vdev.h
@@ -121,8 +121,7 @@ extern void vdev_queue_io_done(zio_t *zio);
extern void vdev_config_dirty(vdev_t *vd);
extern void vdev_config_clean(vdev_t *vd);
-extern int vdev_config_sync(vdev_t **svd, int svdcount, uint64_t txg,
- boolean_t);
+extern int vdev_config_sync(vdev_t **svd, int svdcount, uint64_t txg);
extern void vdev_state_dirty(vdev_t *vd);
extern void vdev_state_clean(vdev_t *vd);