diff options
Diffstat (limited to 'fs/partitions/msdos.c')
-rw-r--r-- | fs/partitions/msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/partitions/msdos.c b/fs/partitions/msdos.c index 78443e07b3c4..4ccec4cd1367 100644 --- a/fs/partitions/msdos.c +++ b/fs/partitions/msdos.c | |||
@@ -165,7 +165,7 @@ parse_extended(struct parsed_partitions *state, struct block_device *bdev, | |||
165 | 165 | ||
166 | put_partition(state, state->next, next, size); | 166 | put_partition(state, state->next, next, size); |
167 | if (SYS_IND(p) == LINUX_RAID_PARTITION) | 167 | if (SYS_IND(p) == LINUX_RAID_PARTITION) |
168 | state->parts[state->next].flags = 1; | 168 | state->parts[state->next].flags = ADDPART_FLAG_RAID; |
169 | loopct = 0; | 169 | loopct = 0; |
170 | if (++state->next == state->limit) | 170 | if (++state->next == state->limit) |
171 | goto done; | 171 | goto done; |