linux_dsm_epyc7002/fs/exfat
Tetsuhiro Kohada 2c7f8937ef 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>
2020-08-12 08:31:10 +09:00
..
balloc.c exfat: remove EXFAT_SB_DIRTY flag 2020-08-12 08:31:10 +09:00
cache.c exfat: add exfat cache 2020-03-05 21:00:40 -05:00
dir.c exfat: remove EXFAT_SB_DIRTY flag 2020-08-12 08:31:10 +09:00
exfat_fs.h exfat: remove EXFAT_SB_DIRTY flag 2020-08-12 08:31:10 +09:00
exfat_raw.h exfat: separate the boot sector analysis 2020-06-09 16:49:14 +09:00
fatent.c exfat: remove EXFAT_SB_DIRTY flag 2020-08-12 08:31:10 +09:00
file.c exfat: fix wrong size update of stream entry by typo 2020-07-21 10:44:15 +09:00
inode.c Description for this pull request: 2020-06-09 11:24:59 -07:00
Kconfig exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config option 2020-06-09 16:48:39 +09:00
Makefile exfat: add Kconfig and Makefile 2020-03-05 21:00:40 -05:00
misc.c exfat: remove EXFAT_SB_DIRTY flag 2020-08-12 08:31:10 +09:00
namei.c exfat: remove EXFAT_SB_DIRTY flag 2020-08-12 08:31:10 +09:00
nls.c exfat: fix name_hash computation on big endian systems 2020-07-21 10:44:19 +09:00
super.c exfat: remove EXFAT_SB_DIRTY flag 2020-08-12 08:31:10 +09:00