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>
This commit is contained in:
Peng Tao 2014-11-17 09:30:36 +08:00 committed by Tom Haynes
parent ceb11e13df
commit 15eb67c153
3 changed files with 7 additions and 5 deletions

View file

@ -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;
};