aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockd/xdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lockd/xdr.h')
-rw-r--r--include/linux/lockd/xdr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/lockd/xdr.h b/include/linux/lockd/xdr.h
index 6b519926385..6338866222a 100644
--- a/include/linux/lockd/xdr.h
+++ b/include/linux/lockd/xdr.h
@@ -83,10 +83,10 @@ struct nlm_res {
83 * statd callback when client has rebooted 83 * statd callback when client has rebooted
84 */ 84 */
85struct nlm_reboot { 85struct nlm_reboot {
86 char * mon; 86 char *mon;
87 unsigned int len; 87 unsigned int len;
88 u32 state; 88 u32 state;
89 __be32 addr; 89 struct nsm_private priv;
90}; 90};
91 91
92/* 92/*