Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59281
b: refs/heads/master
c: c95bc20
h: refs/heads/master
i:
  59279: e6580ed
v: v3
  • Loading branch information
Milan Broz authored and Linus Torvalds committed Jul 12, 2007
1 parent 7b6f070 commit 70f8b62
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: 0cd3312434cd1f29bee6bff53bf2790d733ad2a2
refs/heads/master: c95bc206da4bc9838bad826883f8f461a972e441
4 changes: 2 additions & 2 deletions trunk/drivers/md/dm-raid1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1288,12 +1288,12 @@ static int mirror_status(struct dm_target *ti, status_type_t type,
for (m = 0; m < ms->nr_mirrors; m++)
DMEMIT("%s ", ms->mirror[m].dev->name);

DMEMIT("%llu/%llu",
DMEMIT("%llu/%llu 0 ",
(unsigned long long)ms->rh.log->type->
get_sync_count(ms->rh.log),
(unsigned long long)ms->nr_regions);

sz = ms->rh.log->type->status(ms->rh.log, type, result, maxlen);
sz += ms->rh.log->type->status(ms->rh.log, type, result+sz, maxlen-sz);

break;

Expand Down

0 comments on commit 70f8b62

Please sign in to comment.