]> git.baikalelectronics.ru Git - kernel.git/commit
nfs: use timespec64 in nfs_fattr
authorArnd Bergmann <arnd@arndb.de>
Mon, 11 Nov 2019 20:16:23 +0000 (21:16 +0100)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 15 Jan 2020 15:54:30 +0000 (10:54 -0500)
commit26ae9225228f84aa88e85fd49f7ad7d39fd46442
tree77833b402e975d76c1dd44f6e8c5b74d77fa13e2
parent12d780d958b92747e588b851eaa18a2117a41744
nfs: use timespec64 in nfs_fattr

Push down the use of timespec64 into NFS nfs_fattr, to avoid needless
conversions, and get closer to having 64-bit time_t support on 32-bit
NFSv4 and removing some old interfaces from the kernel.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/internal.h
fs/nfs/nfs4xdr.c