OSDN Git Service

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)
commitae08483cdd666045b60ceb502dcbf30038334d58
tree77833b402e975d76c1dd44f6e8c5b74d77fa13e2
parent52879b464a6a85ff4070786e8a5c876233ac6f67
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