Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38096
b: refs/heads/master
c: e52b8f6
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Brassow authored and Linus Torvalds committed Oct 3, 2006
1 parent 4f39f6d commit affd760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 695368ac3302174531429a90d55c3f7f9b83906e
refs/heads/master: e52b8f6dbe18c879ad2b5013f991ec9e46813043
4 changes: 2 additions & 2 deletions trunk/drivers/md/dm-raid1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1213,9 +1213,9 @@ static int mirror_status(struct dm_target *ti, status_type_t type,
break;

case STATUSTYPE_TABLE:
DMEMIT("%d ", ms->nr_mirrors);
DMEMIT("%d", ms->nr_mirrors);
for (m = 0; m < ms->nr_mirrors; m++)
DMEMIT("%s %llu ", ms->mirror[m].dev->name,
DMEMIT(" %s %llu", ms->mirror[m].dev->name,
(unsigned long long)ms->mirror[m].offset);
}

Expand Down

0 comments on commit affd760

Please sign in to comment.