]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super1.c
Change 'Device Size' to 'Used Dev Size'
[thirdparty/mdadm.git] / super1.c
index 1890949740d971a70f53d1a303e1a43baa77a94d..b7d1c996e88a824bdd3eb492aef2897b7a891bac 100644 (file)
--- a/super1.c
+++ b/super1.c
@@ -174,7 +174,9 @@ static void examine_super1(void *sbv, char *homehost)
        printf("     Raid Level : %s\n", c?c:"-unknown-");
        printf("   Raid Devices : %d\n", __le32_to_cpu(sb->raid_disks));
        printf("\n");
-       printf("    Device Size : %llu%s\n", (unsigned long long)sb->data_size, human_size(sb->data_size<<9));
+       printf("  Used Dev Size : %llu%s\n",
+              (unsigned long long)sb->data_size,
+              human_size(sb->data_size<<9));
        if (__le32_to_cpu(sb->level) >= 0) {
                int ddsks=0;
                switch(__le32_to_cpu(sb->level)) {