]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf7be9dbb7481be3541bcdfe0d0a175b5de86e169
tree085aaeb5be2beba659081f98cafa7caaab526e07
parent45ce0d3adf7a321686b994045c8c3fe8f0254539
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