]> git.baikalelectronics.ru Git - kernel.git/commit
exfat: replace 'time_ms' with 'time_cs'
authorTetsuhiro Kohada <kohada.t2@gmail.com>
Tue, 21 Apr 2020 23:30:56 +0000 (08:30 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Tue, 9 Jun 2020 07:49:00 +0000 (16:49 +0900)
commit5803d73e592ce1640376c8c71b635b6df7c3ecd3
treef1c4eda922f3fbb4665c268eafd05c5cc0f0d376
parent5ae02e33e54cef00402669666b7bf5bcbfdb8119
exfat: replace 'time_ms' with 'time_cs'

Replace time_ms  with time_cs in the file directory entry structure
and related functions.

The unit of create_time_ms/modify_time_ms in File Directory Entry are not
'milli-second', but 'centi-second'.
The exfat specification uses the term '10ms', but instead use 'cs' as in
msdos_fs.h.

Signed-off-by: Tetsuhiro Kohada <kohada.t2@gmail.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
fs/exfat/dir.c
fs/exfat/exfat_fs.h
fs/exfat/exfat_raw.h
fs/exfat/file.c
fs/exfat/inode.c
fs/exfat/misc.c
fs/exfat/namei.c