commit | 71b54d4483ea92b333613d376a95509668e36282 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Sep 03 12:41:21 2010 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Apr 09 13:53:08 2012 -0700 |
tree | 9e0259a78df355a7ad47534c0e03d1b191cf5f87 | |
parent | ba04afb18cb85e87212ba8525c8ed080652b34dd [diff] |
mmc_block: Allow more than 8 partitions per card Set the GENHD_FL_EXT_DEVT flag, which will allocate minor numbers in major 259 for partitions past disk->minors. Also remove the use of disk_devt to determine devidx from md->disk. md->disk->first_minor is always initialized from devidx and can always be used to recover it. Signed-off-by: Colin Cross <ccross@android.com>