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)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:51 +0000 (20:23 +0300)
commite6c757021fa8cc9d6096be162281bc7624d73f99
treeaa29f28dbe31e1bb1071dc4d1f2e9b224473d942
parent9c4c1397a24d40cc8a7aa3bcd1b25d520de05959
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: Ia548a7d8051defc1498d2d11d39e069bf683fdff
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