From: Theodore Ts'o Date: Fri, 22 Feb 2008 21:52:27 +0000 (-0500) Subject: libe2p: Change Raid to RAID in display option X-Git-Tag: v1.40.7~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=395529bb4676856a026f5f0c92d494491c3ebb75;p=thirdparty%2Fe2fsprogs.git libe2p: Change Raid to RAID in display option Update m_raid_opt test so that it reflects the code change. Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/e2p/ls.c b/lib/e2p/ls.c index 23c33a58c..d249f88b1 100644 --- a/lib/e2p/ls.c +++ b/lib/e2p/ls.c @@ -234,10 +234,10 @@ void list_super2(struct ext2_super_block * sb, FILE *f) fprintf(f, "Inodes per group: %u\n", sb->s_inodes_per_group); fprintf(f, "Inode blocks per group: %u\n", inode_blocks_per_group); if (sb->s_raid_stride) - fprintf(f, "Raid stride: %u\n", + fprintf(f, "RAID stride: %u\n", sb->s_raid_stride); if (sb->s_raid_stripe_width) - fprintf(f, "Raid stripe width: %u\n", + fprintf(f, "RAID stripe width: %u\n", sb->s_raid_stripe_width); if (sb->s_first_meta_bg) fprintf(f, "First meta block group: %u\n", diff --git a/tests/m_raid_opt/expect.1 b/tests/m_raid_opt/expect.1 index 28e11645b..9bd789431 100644 --- a/tests/m_raid_opt/expect.1 +++ b/tests/m_raid_opt/expect.1 @@ -151,6 +151,7 @@ Blocks per group: 1024 Fragments per group: 1024 Inodes per group: 256 Inode blocks per group: 32 +RAID stride: 13 Mount count: 0 Check interval: 15552000 (6 months) Reserved blocks uid: 0