The patch titled enable mac partition label per default on pmac has been added to the -mm tree. Its filename is enable-mac-partition-label-per-default-on-pmac.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 mac partition label per default on pmac From: Olaf Hering <olh@xxxxxxx> Enable mac partition table support per default also for a powermac config. Signed-off-by: Olaf Hering <olh@xxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/partitions/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/partitions/Kconfig~enable-mac-partition-label-per-default-on-pmac fs/partitions/Kconfig --- a/fs/partitions/Kconfig~enable-mac-partition-label-per-default-on-pmac +++ a/fs/partitions/Kconfig @@ -99,7 +99,7 @@ config IBM_PARTITION config MAC_PARTITION bool "Macintosh partition map support" if PARTITION_ADVANCED - default y if MAC + default y if (MAC || PPC_PMAC) help Say Y here if you would like to use hard disks under Linux which were partitioned on a Macintosh. _ Patches currently in -mm which might be from olh@xxxxxxx are git-klibc.patch use-gcc-o1-in-fs-reiserfs-only-for-ancient-gcc-versions.patch enable-mac-partition-label-per-default-on-pmac.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