aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorTetsuhiro Kohada <[email protected]>2020-06-16 11:18:07 +0900
committerNamjae Jeon <[email protected]>2020-08-12 08:31:10 +0900
commit2c7f8937ef91520a8a4bd700d5817b5e9c99803c (patch)
tree8075803b38b022804c20facd743bdafaf4181e9b /scripts/gdb/linux/modules.py
parentbcf876870b95592b52519ed4aafcf9d95999bc9c (diff)
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 <[email protected]> Reviewed-by: Sungjong Seo <[email protected]> Signed-off-by: Namjae Jeon <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions