From a3fd117c7a2b2449704ee86eb9ec180906142f7a Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 7 Jun 2005 23:16:36 +0000 Subject: Change "dirty" status to "active" Description... Signed-off-by: Neil Brown --- super1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'super1.c') diff --git a/super1.c b/super1.c index 628284f..6330248 100644 --- a/super1.c +++ b/super1.c @@ -146,6 +146,7 @@ static void examine_super1(void *sbv) printf(" Data Offset : %llu sectors\n", (unsigned long long)__le64_to_cpu(sb->data_offset)); if (sb->super_offset) printf(" Super Offset : %llu sectors\n", (unsigned long long)__le64_to_cpu(sb->super_offset)); + printf(" State : %s\n", (__le64_to_cpu(sb->resync_offset)+1)? "active":"clean"); printf(" Device UUID : "); for (i=0; i<16; i++) { printf("%02x", sb->set_uuid[i]); -- cgit