Commit c10945a
mmc: queue: Do not attempt request merging
According to Admin Magazine, request merging is mostly for rotation
disks in order to reduce seek times by grouping together requests. This
reduces the frequency of disk spin-ups. However, flash storage does not
suffer from long disk seeks. Disable request merging in order to reduce
overhead and improve throughput.
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
Signed-off-by: Oktapra Amtono <oktapra.amtono@gmail.com>1 parent 5929484 commit c10945a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| 400 | + | |
400 | 401 | | |
401 | 402 | | |
402 | 403 | | |
| |||
0 commit comments