Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block/partitions/mac.c: obey the state->limit constraint
It isn't necessary to read the information of partitions whose number is equal and more than state->limit since only maximum state->limit partitions will be added inside rescan_partitions(). That is also what other kind of partitions are doing. Signed-off-by: Ming Lei <[email protected]> Cc: Jens Axboe <[email protected]> Cc: Yasuaki Ishimatsu <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information