diff options
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2012-03-11 10:20:23 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-03-11 10:57:34 -0400 |
commit | cb9c1c4a880bc734c2848f8647be2cfa336ee346 (patch) | |
tree | 84006417e491ba57da87a88212c5c9dda3fd4e96 /fs/nfs/blocklayout/blocklayout.h | |
parent | d6d6dc7cdfda7c8f49a89a7b7261846f319da6d1 (diff) |
NFS: replace global bl_mount_reply with per-net one
This global variable is used for blocklayout downcall and thus can be corrupted
if case of existence of multiple networks namespaces.
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/blocklayout/blocklayout.h')
-rw-r--r-- | fs/nfs/blocklayout/blocklayout.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/nfs/blocklayout/blocklayout.h b/fs/nfs/blocklayout/blocklayout.h index 0966b39bbcfb..58ac8614c4c4 100644 --- a/fs/nfs/blocklayout/blocklayout.h +++ b/fs/nfs/blocklayout/blocklayout.h | |||
@@ -153,11 +153,6 @@ BLK_LSEG2EXT(struct pnfs_layout_segment *lseg) | |||
153 | return BLK_LO2EXT(lseg->pls_layout); | 153 | return BLK_LO2EXT(lseg->pls_layout); |
154 | } | 154 | } |
155 | 155 | ||
156 | struct bl_dev_msg { | ||
157 | int32_t status; | ||
158 | uint32_t major, minor; | ||
159 | }; | ||
160 | |||
161 | struct bl_msg_hdr { | 156 | struct bl_msg_hdr { |
162 | u8 type; | 157 | u8 type; |
163 | u16 totallen; /* length of entire message, including hdr itself */ | 158 | u16 totallen; /* length of entire message, including hdr itself */ |