commit | 38c6302d9f919410ea05a5820c05a7807573917e | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Sat Oct 10 09:35:24 2009 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Apr 09 13:57:50 2012 -0700 |
tree | 4772323ea3f8f6eecf28f47bc45b783cca9be5d7 | |
parent | 2d39f683c5f48bfdd574d4c3c188ae9b15747c65 [diff] |
block: genhd: Add disk/partition specific uevent callbacks for partition info For disk devices, a new uevent parameter 'NPARTS' specifies the number of partitions detected by the kernel. Partition devices get 'PARTN' which specifies the partitions index in the table, and 'PARTNAME', which specifies PARTNAME specifices the partition name of a partition device Signed-off-by: Dima Zavin <dima@android.com>