diff options
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index e7879245361e..61095fe4b5ca 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -188,8 +188,6 @@ extern void nfs4_kill_renewd(struct nfs_client *); | |||
188 | extern void nfs4_renew_state(void *); | 188 | extern void nfs4_renew_state(void *); |
189 | 189 | ||
190 | /* nfs4state.c */ | 190 | /* nfs4state.c */ |
191 | extern void init_nfsv4_state(struct nfs_server *); | ||
192 | extern void destroy_nfsv4_state(struct nfs_server *); | ||
193 | struct rpc_cred *nfs4_get_renew_cred(struct nfs_client *clp); | 191 | struct rpc_cred *nfs4_get_renew_cred(struct nfs_client *clp); |
194 | extern u32 nfs4_alloc_lockowner_id(struct nfs_client *); | 192 | extern u32 nfs4_alloc_lockowner_id(struct nfs_client *); |
195 | 193 | ||
@@ -224,10 +222,6 @@ extern struct svc_version nfs4_callback_version1; | |||
224 | 222 | ||
225 | #else | 223 | #else |
226 | 224 | ||
227 | #define init_nfsv4_state(server) do { } while (0) | ||
228 | #define destroy_nfsv4_state(server) do { } while (0) | ||
229 | #define nfs4_put_state_owner(inode, owner) do { } while (0) | ||
230 | #define nfs4_put_open_state(state) do { } while (0) | ||
231 | #define nfs4_close_state(a, b) do { } while (0) | 225 | #define nfs4_close_state(a, b) do { } while (0) |
232 | 226 | ||
233 | #endif /* CONFIG_NFS_V4 */ | 227 | #endif /* CONFIG_NFS_V4 */ |