Re: [PATCH] nilfs2: use time64_t internally

2018-01-22 Thread Ryusuke Konishi
2018-01-23 6:10 GMT+09:00 Arnd Bergmann : > The superblock and segment timestamps are used only internally in nilfs2 > and can be read out using sysfs. Since we are using the old 'get_seconds()' > interface and store the data as timestamps, the behavior differs slightly > between 64-bit and 32-bit

[PATCH] nilfs2: use time64_t internally

2018-01-22 Thread Arnd Bergmann
The superblock and segment timestamps are used only internally in nilfs2 and can be read out using sysfs. Since we are using the old 'get_seconds()' interface and store the data as timestamps, the behavior differs slightly between 64-bit and 32-bit kernels, the latter will show incorrect timestamps