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 8c7af1777819..d964d1f90dec 100644 --- a/fs/partitions/msdos.c +++ b/fs/partitions/msdos.c | |||
@@ -155,7 +155,7 @@ parse_extended(struct parsed_partitions *state, struct block_device *bdev, | |||
155 | 155 | ||
156 | put_partition(state, state->next, next, size); | 156 | put_partition(state, state->next, next, size); |
157 | if (SYS_IND(p) == LINUX_RAID_PARTITION) | 157 | if (SYS_IND(p) == LINUX_RAID_PARTITION) |
158 | state->parts[state->next].flags = 1; | 158 | state->parts[state->next].flags = ADDPART_FLAG_RAID; |
159 | loopct = 0; | 159 | loopct = 0; |
160 | if (++state->next == state->limit) | 160 | if (++state->next == state->limit) |
161 | goto done; | 161 | goto done; |