From b6fcb792ca2dad7fb2d190efa416ad8b718675b4 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 26 Jan 2016 17:27:46 -0800 Subject: Illumos 6414 - vdev_config_sync could be simpler 6414 vdev_config_sync could be simpler Reviewed by: George Wilson Reviewed by: Matthew Ahrens Approved by: Robert Mustacchi References: https://www.illumos.org/issues/6414 https://github.com/illumos/illumos-gate/commit/eb5bb58 Ported-by: Brian Behlendorf Signed-off-by: Chunwei Chen --- include/sys/vdev.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/sys') 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); -- cgit v1.2.3