aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockd/lockd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lockd/lockd.h')
-rw-r--r--include/linux/lockd/lockd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h
index b37dee3acaba..41f7b6a04d69 100644
--- a/include/linux/lockd/lockd.h
+++ b/include/linux/lockd/lockd.h
@@ -69,6 +69,7 @@ struct nlm_host {
69 char *h_addrbuf; /* address eyecatcher */ 69 char *h_addrbuf; /* address eyecatcher */
70 struct net *net; /* host net */ 70 struct net *net; /* host net */
71 char nodename[UNX_MAXNODENAME + 1]; 71 char nodename[UNX_MAXNODENAME + 1];
72 const struct nlmclnt_operations *h_nlmclnt_ops; /* Callback ops for NLM users */
72}; 73};
73 74
74/* 75/*
@@ -142,6 +143,7 @@ struct nlm_rqst {
142 struct nlm_block * a_block; 143 struct nlm_block * a_block;
143 unsigned int a_retries; /* Retry count */ 144 unsigned int a_retries; /* Retry count */
144 u8 a_owner[NLMCLNT_OHSIZE]; 145 u8 a_owner[NLMCLNT_OHSIZE];
146 void * a_callback_data; /* sent to nlmclnt_operations callbacks */
145}; 147};
146 148
147/* 149/*