diff options
author | Yuezhang Mo <[email protected]> | 2022-03-28 16:37:58 +0800 |
---|---|---|
committer | Namjae Jeon <[email protected]> | 2022-12-12 11:02:51 +0900 |
commit | f7cde96710a4362dca199458d3de04f631178453 (patch) | |
tree | 318ea089012f1a39803b0cffc9bb183f4dc180d0 /tools/perf/scripts/python | |
parent | e981917b3fae689e9372647a38746444205bb905 (diff) |
exfat: remove i_size_write() from __exfat_truncate()
The file/directory size is updated into inode by i_size_write()
before __exfat_truncate() is called, so it is redundant to
re-update by i_size_write() in __exfat_truncate().
Code refinement, no functional changes.
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')
0 files changed, 0 insertions, 0 deletions