diff options
Diffstat (limited to 'fs/nfs/netns.h')
-rw-r--r-- | fs/nfs/netns.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/nfs/netns.h b/fs/nfs/netns.h index 7baad89ae60e..73425f555cde 100644 --- a/fs/nfs/netns.h +++ b/fs/nfs/netns.h | |||
@@ -4,9 +4,15 @@ | |||
4 | #include <net/net_namespace.h> | 4 | #include <net/net_namespace.h> |
5 | #include <net/netns/generic.h> | 5 | #include <net/netns/generic.h> |
6 | 6 | ||
7 | struct bl_dev_msg { | ||
8 | int32_t status; | ||
9 | uint32_t major, minor; | ||
10 | }; | ||
11 | |||
7 | struct nfs_net { | 12 | struct nfs_net { |
8 | struct cache_detail *nfs_dns_resolve; | 13 | struct cache_detail *nfs_dns_resolve; |
9 | struct rpc_pipe *bl_device_pipe; | 14 | struct rpc_pipe *bl_device_pipe; |
15 | struct bl_dev_msg bl_mount_reply; | ||
10 | struct list_head nfs_client_list; | 16 | struct list_head nfs_client_list; |
11 | struct list_head nfs_volume_list; | 17 | struct list_head nfs_volume_list; |
12 | #ifdef CONFIG_NFS_V4 | 18 | #ifdef CONFIG_NFS_V4 |