• Neil Brown's avatar
    [PATCH] MD - Remove dependance on superblock · bab5d712
    Neil Brown authored
    Remove dependance on superblock
    
    All the remaining field of interest in the superblock
    get duplicated in the mddev struture and this is treated as
    authoritative.  The superblock gets completely generated at
    write time, and all useful information extracted at read time.
    
    This means that we can slot in different superblock formats
    without affecting the bulk of the code.
    bab5d712
linear.c 4.65 KB