aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lockd')
-rw-r--r--include/linux/lockd/lockd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h
index dbb87ab282e8..0691efbd0b34 100644
--- a/include/linux/lockd/lockd.h
+++ b/include/linux/lockd/lockd.h
@@ -61,6 +61,9 @@ struct nlm_host {
61 struct list_head h_granted; /* Locks in GRANTED state */ 61 struct list_head h_granted; /* Locks in GRANTED state */
62 struct list_head h_reclaim; /* Locks in RECLAIM state */ 62 struct list_head h_reclaim; /* Locks in RECLAIM state */
63 struct nsm_handle * h_nsmhandle; /* NSM status handle */ 63 struct nsm_handle * h_nsmhandle; /* NSM status handle */
64
65 char h_addrbuf[48], /* address eyecatchers */
66 h_saddrbuf[48];
64}; 67};
65 68
66struct nsm_handle { 69struct nsm_handle {
@@ -70,6 +73,7 @@ struct nsm_handle {
70 struct sockaddr_in sm_addr; 73 struct sockaddr_in sm_addr;
71 unsigned int sm_monitored : 1, 74 unsigned int sm_monitored : 1,
72 sm_sticky : 1; /* don't unmonitor */ 75 sm_sticky : 1; /* don't unmonitor */
76 char sm_addrbuf[48]; /* address eyecatcher */
73}; 77};
74 78
75/* 79/*