kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #136731
[Bug 1499512] Re: The MMC_BLOCK_MINORS config value is set too low
Can you use the module parameter perdev_minors to work around this
limitation ?
module_param(perdev_minors, int, 0444);
MODULE_PARM_DESC(perdev_minors, "Minors numbers to allocate per device");
** Also affects: linux (Ubuntu Wily)
Importance: Undecided
Status: Incomplete
** Changed in: linux (Ubuntu Wily)
Status: Incomplete => In Progress
** Changed in: linux (Ubuntu Wily)
Assignee: (unassigned) => Tim Gardner (timg-tpi)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1499512
Title:
The MMC_BLOCK_MINORS config value is set too low
Status in linux package in Ubuntu:
In Progress
Status in linux source package in Wily:
In Progress
Bug description:
We have some use cases where we'd like to be able to access 8 or more
partitions on an MMC device. Unfortunately, the MMC_BLOCK_MINORS
config value is set to 8, which means we can only access the entire
device and 7 partitions.
If this could be set to 24 or 32, it would be helpful.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1499512/+subscriptions
References