]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/zio_priority.h
Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queues
[mirror_zfs.git] / include / sys / zio_priority.h
index e33b9585b1c0c027a368c93771a87a1543d520c9..3fc3589be0c12703da90d4b66d2afd565352f685 100644 (file)
@@ -29,8 +29,7 @@ typedef enum zio_priority {
        ZIO_PRIORITY_ASYNC_WRITE,       /* spa_sync() */
        ZIO_PRIORITY_SCRUB,             /* asynchronous scrub/resilver reads */
        ZIO_PRIORITY_NUM_QUEUEABLE,
-
-       ZIO_PRIORITY_NOW                /* non-queued i/os (e.g. free) */
+       ZIO_PRIORITY_NOW,               /* non-queued i/os (e.g. free) */
 } zio_priority_t;
 
 #ifdef __cplusplus