ubifs: use timespec64 for inode timestamps
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 Jul 2018 14:31:55 +0000 (16:31 +0200)
committerRichard Weinberger <richard@nod.at>
Tue, 14 Aug 2018 22:06:16 +0000 (00:06 +0200)
commit0eca0b8067c4dfa405e38abb4c3a87b1df14513c
treeec8817cef892b81324debc4a18e49e9cd000bd4f
parent11a6fc3dc743e22fb50f2196ec55bee5140d3c52
ubifs: use timespec64 for inode timestamps

Both vfs and the on-disk inode structures can deal with fine-grained
timestamps now, so this is the last missing piece to make ubifs
y2038-safe on 32-bit architectures.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/file.c
fs/ubifs/sb.c