NFSv4: NFSv4 callbacks also support 64-bit timestamps

Convert the NFSv4 callbacks to use struct timestamp64, rather than
truncating times to 32-bit values.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
Trond Myklebust
2019-10-04 16:46:53 -04:00
parent e7d4b05c5e
commit 7d34ff5141
3 changed files with 7 additions and 7 deletions

View File

@@ -72,8 +72,8 @@ struct cb_getattrres {
uint32_t bitmap[2];
uint64_t size;
uint64_t change_attr;
struct timespec ctime;
struct timespec mtime;
struct timespec64 ctime;
struct timespec64 mtime;
};
struct cb_recallargs {