linux/fs/exfat
Eric Sandeen 674a9985b8 exfat: properly set s_time_gran
The s_time_gran superblock field indicates the on-disk nanosecond
granularity of timestamps, and for exfat that seems to be 10ms, so
set s_time_gran to 10000000ns. Without this, in-memory timestamps
change when they get re-read from disk.

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
..
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: add in-memory and on-disk structures and headers 2020-03-05 21:00:39 -05:00
exfat_raw.h exfat: add in-memory and on-disk structures and headers 2020-03-05 21:00:39 -05:00
fatent.c exfat: add fat entry operations 2020-03-05 21:00:40 -05:00
file.c exfat: add file operations 2020-03-05 21:00:40 -05:00
inode.c exfat: add inode operations 2020-03-05 21:00:40 -05: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
misc.c exfat: add misc operations 2020-03-05 21:00:40 -05:00
namei.c exfat: add inode operations 2020-03-05 21:00:40 -05:00
nls.c exfat: add nls operations 2020-03-05 21:00:40 -05:00
super.c exfat: properly set s_time_gran 2020-04-22 20:14:06 +09:00