fs/exfat: fix every bio only has one block
authorShiyong Li <a22381@motorola.com>
Sat, 9 Dec 2017 01:37:20 +0000 (17:37 -0800)
committerxiest1 <xiest1@lenovo.com>
Tue, 5 Nov 2019 09:30:26 +0000 (17:30 +0800)
commit932c5d7875c2e338f97fd5d735ad6843d0e0fc6b
tree73130f11e27346825471986f5d85926d046244d6
parenta4bf1d1b1e5208755e3f73c49a51cdc2969c2134
fs/exfat: fix every bio only has one block

This patch fix the bug that exfat fs cannot write
continuous blocks in one bio.
This will cause every request submit in block layer
only contains one block, cause write speed slower.

Change-Id: Ia548a7d8051Defenderc1498d2d11d39e069bf683fdff
Signed-off-by: haojl2 <haojl2@motorola.com>
Signed-off-by: Shiyong Li <a22381@motorola.com>
Reviewed-on: https://gerrit.mot.com/1102183
SLTApproved: Slta Waiver
SME-Granted: SME Approvals Granted
Tested-by: Jira Key
Reviewed-by: Igor Kovalenko <igork@motorola.com>
Submit-Approved: Jira Key
Reviewed-on: https://gerrit.mot.com/1276884
Reviewed-by: Hua Tan <tanhua1@motorola.com>
fs/exfat/exfat_super.c