diff options
Diffstat (limited to 'net/sunrpc/netns.h')
-rw-r--r-- | net/sunrpc/netns.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sunrpc/netns.h b/net/sunrpc/netns.h index 7111a4c9113b..0827f641e8d7 100644 --- a/net/sunrpc/netns.h +++ b/net/sunrpc/netns.h | |||
@@ -29,6 +29,8 @@ struct sunrpc_net { | |||
29 | struct rpc_clnt *gssp_clnt; | 29 | struct rpc_clnt *gssp_clnt; |
30 | int use_gss_proxy; | 30 | int use_gss_proxy; |
31 | struct proc_dir_entry *use_gssp_proc; | 31 | struct proc_dir_entry *use_gssp_proc; |
32 | |||
33 | unsigned int gssd_running; | ||
32 | }; | 34 | }; |
33 | 35 | ||
34 | extern int sunrpc_net_id; | 36 | extern int sunrpc_net_id; |