mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Fix typos in include/
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9238
This commit is contained in:
committed by
Tony Hutter
parent
10e8abf1af
commit
bcfa65802c
@@ -954,7 +954,7 @@ typedef struct pool_scan_stat {
|
||||
/* values not stored on disk */
|
||||
uint64_t pss_pass_exam; /* examined bytes per scan pass */
|
||||
uint64_t pss_pass_start; /* start time of a scan pass */
|
||||
uint64_t pss_pass_scrub_pause; /* pause time of a scurb pass */
|
||||
uint64_t pss_pass_scrub_pause; /* pause time of a scrub pass */
|
||||
/* cumulative time scrub spent paused, needed for rate calculation */
|
||||
uint64_t pss_pass_scrub_spent_paused;
|
||||
uint64_t pss_pass_issued; /* issued bytes per scan pass */
|
||||
@@ -1028,7 +1028,7 @@ typedef struct vdev_stat {
|
||||
uint64_t vs_fragmentation; /* device fragmentation */
|
||||
uint64_t vs_initialize_bytes_done; /* bytes initialized */
|
||||
uint64_t vs_initialize_bytes_est; /* total bytes to initialize */
|
||||
uint64_t vs_initialize_state; /* vdev_initialzing_state_t */
|
||||
uint64_t vs_initialize_state; /* vdev_initializing_state_t */
|
||||
uint64_t vs_initialize_action_time; /* time_t */
|
||||
uint64_t vs_checkpoint_space; /* checkpoint-consumed space */
|
||||
uint64_t vs_resilver_deferred; /* resilver deferred */
|
||||
|
||||
Reference in New Issue
Block a user