nfsd: use ktime_get_seconds() for timestamps
authorArnd Bergmann <arnd@arndb.de>
Fri, 20 Oct 2017 09:25:34 +0000 (11:25 +0200)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 19 Dec 2019 22:46:08 +0000 (17:46 -0500)
commitb3f255ef6bffc18a28c3b6295357f2a3380c033f
treee1b9c1c7615c3502002397cf527007c4fb9b3ca7
parentfc1b20659597015a30e8ea032f168e97848c1d39
nfsd: use ktime_get_seconds() for timestamps

The delegation logic in nfsd uses the somewhat inefficient
seconds_since_boot() function to record time intervals.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c