diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2013-10-03 18:33:52 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2013-10-03 18:33:52 +0000 |
commit | 2bd35d239981a47757afea42ebb00bbe46bee26a (patch) | |
tree | 5fab386462f0d361ab176e838866342882a89df7 /usr/src/uts/common/sys/zone.h | |
parent | c7ebd51897476aa319daf50054d21d2fd9e696e1 (diff) | |
download | illumos-joyent-release-20131003.tar.gz |
OS-2531 zfs/zone IO throttle comment improvement and code cleanuprelease-20131003
Diffstat (limited to 'usr/src/uts/common/sys/zone.h')
-rw-r--r-- | usr/src/uts/common/sys/zone.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/zone.h b/usr/src/uts/common/sys/zone.h index 3528c89b0e..95839d8494 100644 --- a/usr/src/uts/common/sys/zone.h +++ b/usr/src/uts/common/sys/zone.h @@ -613,8 +613,8 @@ typedef struct zone { uint16_t zone_io_delay; /* IO delay on logical r/w */ kmutex_t zone_stg_io_lock; /* protects IO window data */ sys_zio_cntr_t zone_rd_ops; /* Counters for ZFS reads, */ - sys_zio_cntr_t zone_wr_ops; /* writes and logical writes. */ - sys_zio_cntr_t zone_lwr_ops; + sys_zio_cntr_t zone_wr_ops; /* writes and */ + sys_zio_cntr_t zone_lwr_ops; /* logical writes. */ /* * kstats and counters for VFS ops and bytes. |