summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorPeng Tao2014-11-17 02:30:36 +0100
committerTom Haynes2015-02-03 20:06:49 +0100
commit15eb67c15342d212b0c8a540b6d6bd2dfad52a63 (patch)
treed757ddb7e60cf5eb6bbb796cdb66626232f77beb /include/linux/nfs_xdr.h
parentpnfs: allow LD to ask to resend read through pnfs (diff)
downloadkernel-qcow2-linux-15eb67c15342d212b0c8a540b6d6bd2dfad52a63.tar.gz
kernel-qcow2-linux-15eb67c15342d212b0c8a540b6d6bd2dfad52a63.tar.xz
kernel-qcow2-linux-15eb67c15342d212b0c8a540b6d6bd2dfad52a63.zip
nfs41: add range to layoutreturn args
So that callers can specify which range to return. Signed-off-by: Peng Tao <tao.peng@primarydata.com> Signed-off-by: Tom Haynes <loghyr@primarydata.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 6400a1e01aa4..363792356d25 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -293,7 +293,7 @@ struct nfs4_layoutreturn_args {
struct nfs4_sequence_args seq_args;
struct pnfs_layout_hdr *layout;
struct inode *inode;
- enum pnfs_iomode iomode;
+ struct pnfs_layout_range range;
nfs4_stateid stateid;
__u32 layout_type;
};