From 395529bb4676856a026f5f0c92d494491c3ebb75 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 22 Feb 2008 16:52:27 -0500 Subject: [PATCH] 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" --- lib/e2p/ls.c | 4 ++-- tests/m_raid_opt/expect.1 | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/e2p/ls.c b/lib/e2p/ls.c index 23c33a58..d249f88b 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 28e11645..9bd78943 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 -- 2.11.0