diff options
Diffstat (limited to 'drivers/md/dm-raid1.c')
-rw-r--r-- | drivers/md/dm-raid1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-raid1.c b/drivers/md/dm-raid1.c index 596a3a1164a7..bc5ddba8045b 100644 --- a/drivers/md/dm-raid1.c +++ b/drivers/md/dm-raid1.c | |||
@@ -1367,7 +1367,7 @@ static char device_status_char(struct mirror *m) | |||
1367 | 1367 | ||
1368 | 1368 | ||
1369 | static int mirror_status(struct dm_target *ti, status_type_t type, | 1369 | static int mirror_status(struct dm_target *ti, status_type_t type, |
1370 | char *result, unsigned int maxlen) | 1370 | unsigned status_flags, char *result, unsigned maxlen) |
1371 | { | 1371 | { |
1372 | unsigned int m, sz = 0; | 1372 | unsigned int m, sz = 0; |
1373 | struct mirror_set *ms = (struct mirror_set *) ti->private; | 1373 | struct mirror_set *ms = (struct mirror_set *) ti->private; |