diff options
author | Fred Isaman <iisaman@netapp.com> | 2011-01-06 06:36:19 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-01-06 14:46:30 -0500 |
commit | daaa82d1c72e10dc16cad3a810e225f9188dc7aa (patch) | |
tree | b9f27383d60f9e0dde03e218e7de39bc96911f0c /include | |
parent | 52fabd73199cd00932f92c9f548bdf66a5bbc23d (diff) |
pnfs: remove unnecessary field lgp->status
Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 236e7e4b99a0..8fcc54267bba 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -223,7 +223,6 @@ struct nfs4_layoutget { | |||
223 | struct nfs4_layoutget_args args; | 223 | struct nfs4_layoutget_args args; |
224 | struct nfs4_layoutget_res res; | 224 | struct nfs4_layoutget_res res; |
225 | struct pnfs_layout_segment **lsegpp; | 225 | struct pnfs_layout_segment **lsegpp; |
226 | int status; | ||
227 | }; | 226 | }; |
228 | 227 | ||
229 | struct nfs4_getdeviceinfo_args { | 228 | struct nfs4_getdeviceinfo_args { |