linux-stable/fs/exfat
Eric Sandeen 81df1ad406 exfat: truncate atimes to 2s granularity
The timestamp for access_time has double seconds granularity(There is no
10msIncrement field for access_time unlike create/modify_time).
exfat's atimes are restricted to only 2s granularity so after
we set an atime, round it down to the nearest 2s and set the
sub-second component of the timestamp to 0.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
2020-04-22 20:14:06 +09:00
..
Kconfig exfat: add Kconfig and Makefile 2020-03-05 21:00:40 -05:00
Makefile exfat: add Kconfig and Makefile 2020-03-05 21:00:40 -05:00
balloc.c exfat: Unify access to the boot sector 2020-04-22 20:14:05 +09:00
cache.c exfat: add exfat cache 2020-03-05 21:00:40 -05:00
dir.c exfat: add directory operations 2020-03-05 21:00:40 -05:00
exfat_fs.h exfat: truncate atimes to 2s granularity 2020-04-22 20:14:06 +09:00
exfat_raw.h
fatent.c exfat: add fat entry operations 2020-03-05 21:00:40 -05:00
file.c exfat: truncate atimes to 2s granularity 2020-04-22 20:14:06 +09:00
inode.c exfat: add inode operations 2020-03-05 21:00:40 -05:00
misc.c exfat: truncate atimes to 2s granularity 2020-04-22 20:14:06 +09:00
namei.c exfat: truncate atimes to 2s granularity 2020-04-22 20:14:06 +09:00
nls.c exfat: add nls operations 2020-03-05 21:00:40 -05:00
super.c exfat: truncate atimes to 2s granularity 2020-04-22 20:14:06 +09:00