diff options
Diffstat (limited to 'include/linux/lockd/lockd.h')
-rw-r--r-- | include/linux/lockd/lockd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h index 2a3533ea38dd..5e3ad926de89 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h | |||
@@ -251,6 +251,7 @@ struct nsm_handle *nsm_find(const struct sockaddr *sap, const size_t salen, | |||
251 | const char *hostname, | 251 | const char *hostname, |
252 | const size_t hostname_len, | 252 | const size_t hostname_len, |
253 | const int create); | 253 | const int create); |
254 | struct nsm_handle *nsm_reboot_lookup(const struct nlm_reboot *info); | ||
254 | void nsm_release(struct nsm_handle *nsm); | 255 | void nsm_release(struct nsm_handle *nsm); |
255 | 256 | ||
256 | /* | 257 | /* |