diff --git a/drivers/md/md.c b/drivers/md/md.c index 5744829b7d05..e4e2731f7660 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -5874,7 +5874,8 @@ static int get_disk_info(struct mddev *mddev, void __user * arg) else if (test_bit(In_sync, &rdev->flags)) { info.state |= (1<flags)) + } + if (test_bit(Journal, &rdev->flags)) info.state |= (1<flags)) info.state |= (1<bdev,b), rdev->desc_nr); if (test_bit(WriteMostly, &rdev->flags)) seq_printf(seq, "(W)"); + if (test_bit(Journal, &rdev->flags)) + seq_printf(seq, "(J)"); if (test_bit(Faulty, &rdev->flags)) { seq_printf(seq, "(F)"); continue; } - if (test_bit(Journal, &rdev->flags)) { - seq_printf(seq, "(J)"); - continue; - } if (rdev->raid_disk < 0) seq_printf(seq, "(S)"); /* spare */ if (test_bit(Replacement, &rdev->flags))