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)
commit057f184b1245150b88e59997fc6f1af0e138d42e
treee7e377d9703ba27cbfa515bc44f60542a828bd59
parentf559935e7ce4e5d448bb6588f7fa82b0cc2cc2c0
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>
fs/nfs/nfs4xdr.c