]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: remove nfs4_reset_lease() declarations
authorArnd Bergmann <arnd@arndb.de>
Mon, 4 Nov 2019 15:51:55 +0000 (16:51 +0100)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 20 Dec 2019 03:07:17 +0000 (22:07 -0500)
commit8c9b4c8080a2a80c9ce3092b9386cab0b2663a60
treee042724ba33960ea6332698bc73c6990e4a77bb4
parent769d4d5ed45cc0a0dd42abed54da8f1120b496cf
nfsd: remove nfs4_reset_lease() declarations

The function was removed a long time ago, but the declaration
and a dummy implementation are still there, referencing the
deprecated time_t type.

Remove both.

Fixes: 49e54ff805e1 ("nfsd4: remove unnecessary lease-setting function")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfsd.h