]> git.baikalelectronics.ru Git - kernel.git/commit
nfs: fix timstamp debug prints
authorArnd Bergmann <arnd@arndb.de>
Mon, 28 Oct 2019 09:13:16 +0000 (10:13 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 18 Dec 2019 17:07:32 +0000 (18:07 +0100)
commitf85cd2a16953b6471ae8964d1c0c21f14157ca55
treee7e377d9703ba27cbfa515bc44f60542a828bd59
parenta337d66e340466e5a10984881eae8403ec761fcc
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: 5eafe39e418e ("NFS: Convert struct nfs_fattr to use struct timespec64")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/nfs/nfs4xdr.c