diff options
author | Fred Isaman <fred.isaman@gmail.com> | 2016-10-04 22:02:21 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2018-05-31 22:03:10 +0300 |
commit | 808ba32abe84b74abef5eb7507b8031f65b8221d (patch) | |
tree | 26e75f1ef2b8c5bdc3c1ac2671024c5373506f54 /include/linux/nfs_xdr.h | |
parent | 34ec9aac7dbf199e0d676ff70724f496e4271579 (diff) | |
download | linux-808ba32abe84b74abef5eb7507b8031f65b8221d.tar.xz |
pnfs: Store return value of decode_layoutget for later processing
This will be needed to seperate return value of OPEN and LAYOUTGET
when they are combined into a single RPC.
Signed-off-by: Fred Isaman <fred.isaman@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index d3cefe57c2a3..d3aa5eaf99a7 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -259,6 +259,7 @@ struct nfs4_layoutget_args { struct nfs4_layoutget_res { struct nfs4_sequence_res seq_res; + int status; __u32 return_on_close; struct pnfs_layout_range range; __u32 type; |