diff options
Diffstat (limited to 'include/linux/lockd')
-rw-r--r-- | include/linux/lockd/lockd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h index 8c1145669d06..1fcf936d75b9 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h | |||
@@ -45,8 +45,7 @@ struct nlm_host { | |||
45 | unsigned short h_proto; /* transport proto */ | 45 | unsigned short h_proto; /* transport proto */ |
46 | unsigned short h_reclaiming : 1, | 46 | unsigned short h_reclaiming : 1, |
47 | h_server : 1, /* server side, not client side */ | 47 | h_server : 1, /* server side, not client side */ |
48 | h_inuse : 1, | 48 | h_inuse : 1; |
49 | h_killed : 1; | ||
50 | wait_queue_head_t h_gracewait; /* wait while reclaiming */ | 49 | wait_queue_head_t h_gracewait; /* wait while reclaiming */ |
51 | struct rw_semaphore h_rwsem; /* Reboot recovery lock */ | 50 | struct rw_semaphore h_rwsem; /* Reboot recovery lock */ |
52 | u32 h_state; /* pseudo-state counter */ | 51 | u32 h_state; /* pseudo-state counter */ |
@@ -169,7 +168,6 @@ void nlm_rebind_host(struct nlm_host *); | |||
169 | struct nlm_host * nlm_get_host(struct nlm_host *); | 168 | struct nlm_host * nlm_get_host(struct nlm_host *); |
170 | void nlm_release_host(struct nlm_host *); | 169 | void nlm_release_host(struct nlm_host *); |
171 | void nlm_shutdown_hosts(void); | 170 | void nlm_shutdown_hosts(void); |
172 | extern struct nlm_host *nlm_find_client(void); | ||
173 | extern void nlm_host_rebooted(const struct sockaddr_in *, const char *, int, u32); | 171 | extern void nlm_host_rebooted(const struct sockaddr_in *, const char *, int, u32); |
174 | struct nsm_handle *nsm_find(const struct sockaddr_in *, const char *, int); | 172 | struct nsm_handle *nsm_find(const struct sockaddr_in *, const char *, int); |
175 | void nsm_release(struct nsm_handle *); | 173 | void nsm_release(struct nsm_handle *); |