Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
[pandora-kernel.git] / fs / partitions / efi.c
index 9e346c1..9efb2cf 100644 (file)
@@ -626,7 +626,7 @@ int efi_partition(struct parsed_partitions *state)
                /* If this is a RAID volume, tell md */
                if (!efi_guidcmp(ptes[i].partition_type_guid,
                                 PARTITION_LINUX_RAID_GUID))
-                       state->parts[i+1].flags = 1;
+                       state->parts[i + 1].flags = ADDPART_FLAG_RAID;
        }
        kfree(ptes);
        kfree(gpt);