]> Git Repo - linux.git/commit - fs/ext4/ext4.h
ext4: use timespec64 for all inode times
authorArnd Bergmann <[email protected]>
Sun, 29 Jul 2018 19:51:00 +0000 (15:51 -0400)
committerTheodore Ts'o <[email protected]>
Sun, 29 Jul 2018 19:51:00 +0000 (15:51 -0400)
commit7b62b293200ffaba5b281668ba7102cb4209774f
treea51125660076448f7fc84a31edf71f2310b0378d
parent5ffff834322281f550b10c958fd9dd85679b8dbb
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 <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Theodore Ts'o <[email protected]>
fs/ext4/ext4.h
fs/ext4/ialloc.c
This page took 0.052972 seconds and 4 git commands to generate.