Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L linux-fslc-imx-4.1-1.0
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • vesta
  • linux-fslc-imx-4.1-1.0
  • Merge requests
  • !7

Changing the number of MMC_BLOCK_MINORS to 16 from 8. To allow for more partitions.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed David Mondou requested to merge fix/partition_issue into master Jun 19, 2017
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Number of minors per block device. One is needed for every partition on the disk (plus one for the whole disk).

Number of total MMC minors available is 256, so your number of supported block devices will be limited to 256 divided by this number.

Default is 8 to be backwards compatible with previous hardwired device numbering.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/partition_issue