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)
commit364d5814b9dd40f6219e7673466c2e18becd62ca
treee042724ba33960ea6332698bc73c6990e4a77bb4
parent9104ae494e67305c11f5793b82cc768e0f09cea9
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: f958a1320ff7 ("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