diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-09-17 17:12:15 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-09-28 16:03:06 -0400 |
| commit | a0b0a6e39bd1bb4a0922086feee73627cbd53ba4 (patch) | |
| tree | 51921888aee9b74c3d6ad62b3546c858434f8925 /include/linux | |
| parent | d19751e7b9bd8a01d00372325439589886674f79 (diff) | |
NFS: Clean up the pNFS layoutget interface
Ensure that we do return errors from nfs4_proc_layoutget() and that we
don't mark the layout as having failed if the error was due to a
signal or resource problem on the client side.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux')
| -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 be9cf3c7e79e..5da789fdf25b 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
| @@ -251,7 +251,6 @@ struct nfs4_layoutget_res { | |||
| 251 | struct nfs4_layoutget { | 251 | struct nfs4_layoutget { |
| 252 | struct nfs4_layoutget_args args; | 252 | struct nfs4_layoutget_args args; |
| 253 | struct nfs4_layoutget_res res; | 253 | struct nfs4_layoutget_res res; |
| 254 | struct pnfs_layout_segment **lsegpp; | ||
| 255 | gfp_t gfp_flags; | 254 | gfp_t gfp_flags; |
| 256 | }; | 255 | }; |
| 257 | 256 | ||
