diff options
author | jv227347 <Jordan.Vaughan@Sun.com> | 2010-08-12 17:34:26 -0700 |
---|---|---|
committer | jv227347 <Jordan.Vaughan@Sun.com> | 2010-08-12 17:34:26 -0700 |
commit | a19609f85693e4e7d7e744d836a4e87193c934e4 (patch) | |
tree | 7ea27321d90fa4b9b61e48ec06e5b52f5f7b509a /usr/src/uts/common/sys/lofi.h | |
parent | a69116193464f859a8b27a2db19ad330ce163a55 (diff) | |
download | illumos-joyent-a19609f85693e4e7d7e744d836a4e87193c934e4.tar.gz |
6906740 Zones need an improved reference counting mechanism
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 */ |