Tetsuhiro Kohada 6f8b966a99
BACKPORT: exfat: remove EXFAT_SB_DIRTY flag
This flag is set/reset in exfat_put_super()/exfat_sync_fs()
to avoid sync_blockdev().
- exfat_put_super():
Before calling this, the VFS has already called sync_filesystem(),
so sync is never performed here.
- exfat_sync_fs():
After calling this, the VFS calls sync_blockdev(), so, it is meaningless
to check EXFAT_SB_DIRTY or to bypass sync_blockdev() here.

Remove the EXFAT_SB_DIRTY check to ensure synchronization.
And remove the code related to the flag.

Signed-off-by: Tetsuhiro Kohada <kohada.t2@gmail.com>
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
[cyberknight777: backport to 4.14]
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
Signed-off-by: azrim <mirzaspc@gmail.com>
2022-04-26 15:07:00 +07:00
..
2020-11-05 13:16:23 +01:00
2020-04-03 08:18:27 +02:00
2022-02-23 12:10:45 +01:00
2021-09-26 13:56:50 +02:00
2019-08-06 19:05:23 +02:00
2019-12-05 15:48:19 +01:00
2022-04-06 13:18:04 +07:00
2022-04-06 13:18:52 +07:00
2021-09-22 13:49:42 +02:00
2021-11-26 11:40:32 +01:00
2021-06-30 19:16:01 +02:00
2020-12-29 14:17:49 +01:00
2022-02-23 12:10:45 +01:00
2022-02-16 12:44:49 +01:00
2022-04-26 15:03:38 +07:00
2021-11-26 15:15:32 +01:00
2020-05-20 12:15:34 +02:00
2020-03-11 18:02:43 +01:00
2022-04-06 13:18:17 +07:00
2020-08-13 13:44:59 -07:00
2022-03-15 19:48:48 +01:00
2020-11-24 14:56:00 +01:00
2022-03-15 19:48:48 +01:00
2020-05-03 08:51:19 +02:00
2021-12-14 10:16:55 +01:00
2022-02-23 12:10:45 +01:00
2020-08-21 11:00:26 +02:00