mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
OpenZFS 9862 - fix typo in comment in vdev_impl.h
Authored by: Allan Jude <allanjude@freebsd.org> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Tony Hutter <hutter2@llnl.gov> Approved by: Robert Mustacchi <rm@joyent.com> Ported-by: George Melikov <mail@gmelikov.ru> OpenZFS-issue: https://www.illumos.org/issues/9862 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/84927f52 Closes #8036
This commit is contained in:
parent
8d43194003
commit
9f438c5f94
@ -286,7 +286,7 @@ struct vdev {
|
||||
|
||||
/*
|
||||
* The queue depth parameters determine how many async writes are
|
||||
* still pending (i.e. allocated by net yet issued to disk) per
|
||||
* still pending (i.e. allocated but not yet issued to disk) per
|
||||
* top-level (vdev_async_write_queue_depth) and the maximum allowed
|
||||
* (vdev_max_async_write_queue_depth). These values only apply to
|
||||
* top-level vdevs.
|
||||
|
Loading…
Reference in New Issue
Block a user