commit | 057f184b1245150b88e59997fc6f1af0e138d42e | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Oct 28 10:13:16 2019 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Dec 18 18:07:32 2019 +0100 |
tree | e7e377d9703ba27cbfa515bc44f60542a828bd59 | |
parent | f559935e7ce4e5d448bb6588f7fa82b0cc2cc2c0 [diff] |
nfs: fix timstamp debug prints Starting in v5.5, the timestamps are correctly passed down as 64-bit seconds with NFSv4 on 32-bit machines, but some debug statements still truncate them to 'long'. Fixes: e86d5a02874c ("NFS: Convert struct nfs_fattr to use struct timespec64") Signed-off-by: Arnd Bergmann <arnd@arndb.de>