]> git.proxmox.com Git - mirror_zfs.git/commitdiff
OpenZFS 6544 - incorrect comment in libzfs.h about offline status
authorTony Hutter <hutter2@llnl.gov>
Thu, 5 May 2016 16:30:05 +0000 (09:30 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 5 May 2016 16:30:05 +0000 (09:30 -0700)
6544 incorrect comment in libzfs.h about offline status
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Ported-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
OpenZFS-issue: https://www.illumos.org/issues/6544
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/cb605c4
Closes #4595

include/libzfs.h

index 33b4f17b11e711649fefd1d4a012ef7ab0b6c1f7..4b3fab83fe8f9c09f640bdb9eb9d10e5ee60355f 100644 (file)
@@ -345,7 +345,7 @@ typedef enum {
        ZPOOL_STATUS_VERSION_OLDER,     /* older legacy on-disk version */
        ZPOOL_STATUS_FEAT_DISABLED,     /* supported features are disabled */
        ZPOOL_STATUS_RESILVERING,       /* device being resilvered */
-       ZPOOL_STATUS_OFFLINE_DEV,       /* device online */
+       ZPOOL_STATUS_OFFLINE_DEV,       /* device offline */
        ZPOOL_STATUS_REMOVED_DEV,       /* removed device */
 
        /*