]> 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)
commit2df00a4f73bc2c49f6922e0e567c7853e86f39d3
treee042724ba33960ea6332698bc73c6990e4a77bb4
parentbd019e254489a10edff6793c72ac27ac1a6ba1ed
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