]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super1.c
[PATCH] Get the name for partitioned devices in sysfs correct.
[thirdparty/mdadm.git] / super1.c
index 45c3d9562ab57b0c9ca0706a6b1770fc5d892462..27cec874293eb77356285b33c93639d648b19c9a 100644 (file)
--- a/super1.c
+++ b/super1.c
@@ -58,8 +58,8 @@ struct mdp_superblock_1 {
                                 */
 
        /* These are only valid with feature bit '4' */
-       __u64   reshape_position;       /* next address in array-space for reshape */
        __u32   new_level;      /* new level we are reshaping to                */
+       __u64   reshape_position;       /* next address in array-space for reshape */
        __u32   delta_disks;    /* change in number of raid_disks               */
        __u32   new_layout;     /* new layout                                   */
        __u32   new_chunk;      /* new chunk size (bytes)                       */