View | Details | Raw Unified | Return to bug 210409
Collapse All | Expand All

(-)sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c (-1 / +1 lines)
Lines 87-93 Link Here
87
static void
87
static void
88
vdev_geom_set_physpath(struct g_consumer *cp, boolean_t do_null_update)
88
vdev_geom_set_physpath(struct g_consumer *cp, boolean_t do_null_update)
89
{
89
{
90
	boolean_t needs_update;
90
	boolean_t needs_update = B_FALSE;
91
	vdev_t *vd;
91
	vdev_t *vd;
92
	char *physpath;
92
	char *physpath;
93
	int error, physpath_len;
93
	int error, physpath_len;

Return to bug 210409