Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8335
b: refs/heads/master
c: 1cd6bf1
h: refs/heads/master
i:
  8333: 3a950c2
  8331: ebce53d
  8327: 4b66ec5
  8319: 766fbd0
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Sep 9, 2005
1 parent 28da737 commit 8956130
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 720a3dc39b030e273bc955641f2517874fd38fc5
refs/heads/master: 1cd6bf19bbe8098153d7a478d8fc551edbea9305
9 changes: 9 additions & 0 deletions trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -3346,6 +3346,15 @@ static int md_seq_show(struct seq_file *seq, void *v)
seq_printf(seq, "\n %llu blocks",
(unsigned long long)size);
}
if (mddev->persistent) {
if (mddev->major_version != 0 ||
mddev->minor_version != 90) {
seq_printf(seq," super %d.%d",
mddev->major_version,
mddev->minor_version);
}
} else
seq_printf(seq, " super non-persistent");

if (mddev->pers) {
mddev->pers->status (seq, mddev);
Expand Down

0 comments on commit 8956130

Please sign in to comment.