]> 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)
commit91b6de57b0c6f57cba0f6acd19bc67e878e0aebf
treee1b9c1c7615c3502002397cf527007c4fb9b3ca7
parent1dc0e5df89acff6a8c3d02a629f4cbfe5218c4e5
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