From: Stephen Warren Date: Fri, 9 Nov 2012 00:12:28 +0000 (-0800) Subject: block: partition: msdos: provide UUIDs for partitions X-Git-Tag: v3.8-rc1~78^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d33b98fc82b0908e91fb05ae081acaed7323f9d2;p=pandora-kernel.git block: partition: msdos: provide UUIDs for partitions The MSDOS/MBR partition table includes a 32-bit unique ID, often referred to as the NT disk signature. When combined with a partition number within the table, this can form a unique ID similar in concept to EFI/GPT's partition UUID. Constructing and recording this value in struct partition_meta_info allows MSDOS partitions to be referred to on the kernel command-line using the following syntax: root=PARTUUID=0002dd75-01 Signed-off-by: Stephen Warren Cc: Tejun Heo Cc: Will Drewry Cc: Kay Sievers Signed-off-by: Andrew Morton Signed-off-by: Jens Axboe --- Reading git-diff-tree failed