]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: use timespec64 for all inode times
authorArnd Bergmann <arnd@arndb.de>
Sun, 29 Jul 2018 19:51:00 +0000 (15:51 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 29 Jul 2018 19:51:00 +0000 (15:51 -0400)
commit8e3081e26ecbf11a3fb7f03d2527b043f0bf3e12
treea51125660076448f7fc84a31edf71f2310b0378d
parent6c2a869f832a5582a7c7ed6afe5b9e0abca729ee
ext4: use timespec64 for all inode times

This is the last missing piece for the inode times on 32-bit systems:
now that VFS interfaces use timespec64, we just need to stop truncating
the tv_sec values for y2038 compatibililty.

Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/ialloc.c