adfs: use timespec64 for time conversion
authorArnd Bergmann <arnd@arndb.de>
Wed, 22 Aug 2018 05:01:09 +0000 (22:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Aug 2018 17:52:51 +0000 (10:52 -0700)
commitd9edcbc42c77b719e03dedb2aff719ae19659a0f
tree085aaeb5be2beba659081f98cafa7caaab526e07
parent5f733e8a2dd130eaeed24cbaef49d349206cdb8b
adfs: use timespec64 for time conversion

We just truncate the seconds to 32-bit in one place now, so this can
trivially be converted over to using timespec64 consistently.

Link: http://lkml.kernel.org/r/20180620100133.4035614-1-arnd@arndb.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/adfs/inode.c