mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Fix typos in module/zfs/
Reviewed-by: Matt Ahrens <matt@delphix.com> 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 #9240
This commit is contained in:
committed by
Brian Behlendorf
parent
7859537768
commit
e1cfd73f7f
@@ -893,7 +893,7 @@ vdev_queue_change_io_priority(zio_t *zio, zio_priority_t priority)
|
||||
* ZIO_PRIORITY_NOW is used by the vdev cache code and the aggregate zio
|
||||
* code to issue IOs without adding them to the vdev queue. In this
|
||||
* case, the zio is already going to be issued as quickly as possible
|
||||
* and so it doesn't need any reprioitization to help.
|
||||
* and so it doesn't need any reprioritization to help.
|
||||
*/
|
||||
if (zio->io_priority == ZIO_PRIORITY_NOW)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user