12 Aug, 2020

2 commits

  • Replace part of exfat_zeroed_cluster() with exfat_update_bhs().
    And remove exfat_sync_bhs().

    Signed-off-by: Tetsuhiro Kohada
    Reviewed-by: Sungjong Seo
    Signed-off-by: Namjae Jeon

    Tetsuhiro Kohada
     
  • 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
    Reviewed-by: Sungjong Seo
    Signed-off-by: Namjae Jeon

    Tetsuhiro Kohada
     

09 Jun, 2020

2 commits


06 Mar, 2020

1 commit