diff options
author | Yuezhang Mo <[email protected]> | 2022-08-05 15:55:58 +0800 |
---|---|---|
committer | Namjae Jeon <[email protected]> | 2024-03-19 20:55:40 +0900 |
commit | ff4343da02e8918deca8ddc91f3855a454e96868 (patch) | |
tree | 59637e6d44d170f669cdcff9b7c6c6b85f09d4bf /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | cf8663fa994343941fbbd5c1a7f4d131c366ef2f (diff) |
exfat: convert exfat_remove_entries() to use dentry cache
Before this conversion, in exfat_remove_entries(), to mark the
dentries in a dentry set as deleted, the sync times is equals
the dentry numbers if 'dirsync' or 'sync' is enabled.
That affects not only performance but also device life.
After this conversion, only needs to be synchronized once if
'dirsync' or 'sync' is enabled.
Signed-off-by: Yuezhang Mo <[email protected]>
Reviewed-by: Andy Wu <[email protected]>
Reviewed-by: Aoyama Wataru <[email protected]>
Reviewed-by: Sungjong Seo <[email protected]>
Signed-off-by: Namjae Jeon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions