]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
fuse: convert last timespec use to timespec64
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 Jul 2018 14:35:10 +0000 (16:35 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 26 Jul 2018 14:13:12 +0000 (16:13 +0200)
commita64ba10f65bfe2bead4693ef7fda9f7978dfa162
treed206848b2eb6e61e31aeb8b56916ba1181d65199
parent46fb504a7145a8f0a82d92c2f1aba6f7215005e1
fuse: convert last timespec use to timespec64

All of fuse uses 64-bit timestamps with the exception of the
fuse_change_attributes(), so let's convert this one as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/inode.c