]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8a5a6659efe2fb62403d54ab344d82f2658e036f
treee1b9c1c7615c3502002397cf527007c4fb9b3ca7
parent62f40b30930a8ca2e57d4af1d762f1f54860707e
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