udf: convert inode stamps to timespec64
authorArnd Bergmann <arnd@arndb.de>
Wed, 20 Jun 2018 08:15:13 +0000 (10:15 +0200)
committerJan Kara <jack@suse.cz>
Wed, 27 Jun 2018 11:58:00 +0000 (13:58 +0200)
commitc3b9cecd89b806e14544af596396e18abd00f145
tree8fa7396a50bf30ba9c5fa6da54cbda067e686c55
parent813835028e9ae1f18cd11bb0ec591d0f0577d96a
udf: convert inode stamps to timespec64

The VFS structures are finally converted to always use 64-bit timestamps,
and this file system can represent a long range of on-disk timestamps
already, so now let's fit in the missing bits for udf.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/ialloc.c
fs/udf/inode.c
fs/udf/super.c
fs/udf/udf_i.h
fs/udf/udf_sb.h
fs/udf/udfdecl.h
fs/udf/udftime.c