diff options
author | 2023-10-31 17:36:39 +0800 | |
---|---|---|
committer | 2023-11-03 22:24:11 +0900 | |
commit | 1373ca10ec04afba9199de1fab01fde91338a78b (patch) | |
tree | 002c00fe274b4d33dd54eb6423b8a22dd107c562 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | exfat: fix setting uninitialized time to ctime/atime (diff) | |
download | wireguard-linux-1373ca10ec04afba9199de1fab01fde91338a78b.tar.xz wireguard-linux-1373ca10ec04afba9199de1fab01fde91338a78b.zip |
exfat: fix ctime is not updated
Commit 4c72a36edd54 ("exfat: convert to new timestamp accessors")
removed attr_copy() from exfat_set_attr().
It causes xfstests generic/221 to fail. In xfstests generic/221,
it tests ctime should be updated even if futimens() update atime
only. But in this case, ctime will not be updated if attr_copy()
is removed.
attr_copy() may also update other attributes, and removing it may
cause other bugs, so this commit restores to call attr_copy() in
exfat_set_attr().
Fixes: 4c72a36edd54 ("exfat: convert to new timestamp accessors")
Signed-off-by: Yuezhang Mo <Yuezhang.Mo@sony.com>
Reviewed-by: Andy Wu <Andy.Wu@sony.com>
Reviewed-by: Aoyama Wataru <wataru.aoyama@sony.com>
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions