mmc: Remove distinction between hw and phys segments
We have deprecated the distinction between hardware and physical segments in the block layer. Consolidate the two limits into one in drivers/mmc/. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Этот коммит содержится в:

коммит произвёл
Chris Ball

родитель
7a5ea56abc
Коммит
a36274e018
@@ -469,7 +469,7 @@ static int __devinit sdh_probe(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
mmc->ops = &sdh_ops;
|
||||
mmc->max_phys_segs = 32;
|
||||
mmc->max_segs = 32;
|
||||
mmc->max_seg_size = 1 << 16;
|
||||
mmc->max_blk_size = 1 << 11;
|
||||
mmc->max_blk_count = 1 << 11;
|
||||
|
Ссылка в новой задаче
Block a user