diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2022-09-09 08:46:40 +0200 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2022-10-05 21:29:23 +0200 |
commit | 8aa7cf85248f7b1fb49a1117c60a160b5b22b337 (patch) | |
tree | 896024ebef1f5a8ec23a888dd7e24077ea657412 /fs/nfs/nfs4_fs.h | |
parent | fs/nfs/pnfs_nfs.c: fix spelling typo and syntax error in comment (diff) | |
download | linux-8aa7cf85248f7b1fb49a1117c60a160b5b22b337.tar.xz linux-8aa7cf85248f7b1fb49a1117c60a160b5b22b337.zip |
NFSv4: remove nfs4_renewd_prepare_shutdown() declaration
nfs4_renewd_prepare_shutdown() has been removed since
commit 3050141bae57 ("NFSv4: Kill nfs4_renewd_prepare_shutdown()"),
so remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to '')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 79df6e83881b..400a71e75238 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h @@ -459,7 +459,6 @@ struct nfs_client *nfs4_alloc_client(const struct nfs_client_initdata *); /* nfs4renewd.c */ extern void nfs4_schedule_state_renewal(struct nfs_client *); -extern void nfs4_renewd_prepare_shutdown(struct nfs_server *); extern void nfs4_kill_renewd(struct nfs_client *); extern void nfs4_renew_state(struct work_struct *); extern void nfs4_set_lease_period(struct nfs_client *clp, unsigned long lease); |