diff options
Diffstat (limited to 'usr/src/uts/common/sys/lofi.h')
-rw-r--r-- | usr/src/uts/common/sys/lofi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/lofi.h b/usr/src/uts/common/sys/lofi.h index 8e385b6fe2..d82cc0341e 100644 --- a/usr/src/uts/common/sys/lofi.h +++ b/usr/src/uts/common/sys/lofi.h @@ -229,7 +229,7 @@ struct lofi_state { struct dk_geom ls_dkg; struct vtoc ls_vtoc; struct dk_cinfo ls_ci; - zone_t *ls_zone; + zone_ref_t ls_zone; list_node_t ls_list; /* all lofis */ dev_t ls_dev; /* this node's dev_t */ |