commit | ae08483cdd666045b60ceb502dcbf30038334d58 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Nov 11 21:16:23 2019 +0100 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Jan 15 10:54:30 2020 -0500 |
tree | 77833b402e975d76c1dd44f6e8c5b74d77fa13e2 | |
parent | 52879b464a6a85ff4070786e8a5c876233ac6f67 [diff] |
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>