]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - md_u.h
super1: Avoid if and return on the same line
[thirdparty/mdadm.git] / md_u.h
diff --git a/md_u.h b/md_u.h
index a874cec1c2c2d12f68099ee9e72814e848554a05..f570a346923ce6c1fef2c88254f5bce592737aae 100644 (file)
--- a/md_u.h
+++ b/md_u.h
@@ -44,6 +44,7 @@
 #define STOP_ARRAY             _IO (MD_MAJOR, 0x32)
 #define STOP_ARRAY_RO          _IO (MD_MAJOR, 0x33)
 #define RESTART_ARRAY_RW       _IO (MD_MAJOR, 0x34)
+#define CLUSTERED_DISK_NACK    _IO (MD_MAJOR, 0x35)
 
 typedef struct mdu_version_s {
        int major;
@@ -58,7 +59,7 @@ typedef struct mdu_array_info_s {
        int major_version;
        int minor_version;
        int patch_version;
-       int ctime;
+       unsigned int ctime;
        int level;
        int size;
        int nr_disks;
@@ -69,7 +70,7 @@ typedef struct mdu_array_info_s {
        /*
         * Generic state information
         */
-       int utime;              /*  0 Superblock update time                  */
+       unsigned int utime;     /*  0 Superblock update time                  */
        int state;              /*  1 State bits (clean, ...)                 */
        int active_disks;       /*  2 Number of currently active disks        */
        int working_disks;      /*  3 Number of working disks                 */
@@ -120,4 +121,3 @@ typedef struct mdu_param_s
 } mdu_param_t;
 
 #endif
-