diff options
Diffstat (limited to 'fs/partitions/efi.c')
-rw-r--r-- | fs/partitions/efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/partitions/efi.c b/fs/partitions/efi.c index 91babdae7587..f5867f8ed214 100644 --- a/fs/partitions/efi.c +++ b/fs/partitions/efi.c | |||
@@ -631,7 +631,7 @@ efi_partition(struct parsed_partitions *state, struct block_device *bdev) | |||
631 | /* If this is a RAID volume, tell md */ | 631 | /* If this is a RAID volume, tell md */ |
632 | if (!efi_guidcmp(ptes[i].partition_type_guid, | 632 | if (!efi_guidcmp(ptes[i].partition_type_guid, |
633 | PARTITION_LINUX_RAID_GUID)) | 633 | PARTITION_LINUX_RAID_GUID)) |
634 | state->parts[i+1].flags = 1; | 634 | state->parts[i + 1].flags = ADDPART_FLAG_RAID; |
635 | } | 635 | } |
636 | kfree(ptes); | 636 | kfree(ptes); |
637 | kfree(gpt); | 637 | kfree(gpt); |