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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user