+ enable-raid-autorun-on-mac-partition-tables.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Enable RAID autorun on Mac partition tables.
has been added to the -mm tree.  Its filename is
     enable-raid-autorun-on-mac-partition-tables.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: Enable RAID autorun on Mac partition tables.
From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>

Signed-off-by: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
Cc: Neil Brown <neilb@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 fs/partitions/mac.c |    2 ++
 1 files changed, 2 insertions(+)

diff -puN fs/partitions/mac.c~enable-raid-autorun-on-mac-partition-tables fs/partitions/mac.c
--- a/fs/partitions/mac.c~enable-raid-autorun-on-mac-partition-tables
+++ a/fs/partitions/mac.c
@@ -74,6 +74,8 @@ int mac_partition(struct parsed_partitio
 			be32_to_cpu(part->start_block) * (secsize/512),
 			be32_to_cpu(part->block_count) * (secsize/512));
 
+		if (!strnicmp(part->type, "Linux_RAID", 10))
+			state->parts[slot].flags = 1;
 #ifdef CONFIG_PPC_PMAC
 		/*
 		 * If this is the first bootable partition, tell the
_

Patches currently in -mm which might be from dwmw2@xxxxxxxxxxxxx are

audit-fix-kstrdup-error-check.patch
git-mtd.patch
jffs2-replace-kmallocmemset-with-kzalloc.patch
remove-kernel-syscalls.patch
remove-kernel-syscalls-x86_64-fix.patch
kbuild-add-3-more-header-files-to-get-properly-unifdefed.patch
jffs-replace-kmallocmemset-with-kzalloc.patch
enable-raid-autorun-on-mac-partition-tables.patch
debug-shared-irqs.patch
debug-shared-irqs-kconfig-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux