diff options
Diffstat (limited to 'net/sunrpc/netns.h')
-rw-r--r-- | net/sunrpc/netns.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/sunrpc/netns.h b/net/sunrpc/netns.h index 11d2f4863403..0f3af34fa502 100644 --- a/net/sunrpc/netns.h +++ b/net/sunrpc/netns.h | |||
@@ -12,6 +12,9 @@ struct sunrpc_net { | |||
12 | 12 | ||
13 | struct super_block *pipefs_sb; | 13 | struct super_block *pipefs_sb; |
14 | struct mutex pipefs_sb_lock; | 14 | struct mutex pipefs_sb_lock; |
15 | |||
16 | struct list_head all_clients; | ||
17 | spinlock_t rpc_client_lock; | ||
15 | }; | 18 | }; |
16 | 19 | ||
17 | extern int sunrpc_net_id; | 20 | extern int sunrpc_net_id; |