Skip to content

Commit f7c63cd

Browse files
tonyhutterbehlendorf
authored andcommitted
OpenZFS 6544 - incorrect comment in libzfs.h about offline status
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: openzfs/openzfs@cb605c4 Closes #4595
1 parent 3ac2794 commit f7c63cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/libzfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ typedef enum {
345345
ZPOOL_STATUS_VERSION_OLDER, /* older legacy on-disk version */
346346
ZPOOL_STATUS_FEAT_DISABLED, /* supported features are disabled */
347347
ZPOOL_STATUS_RESILVERING, /* device being resilvered */
348-
ZPOOL_STATUS_OFFLINE_DEV, /* device online */
348+
ZPOOL_STATUS_OFFLINE_DEV, /* device offline */
349349
ZPOOL_STATUS_REMOVED_DEV, /* removed device */
350350

351351
/*

0 commit comments

Comments
 (0)