mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compound
Signed-off-by: Fred Isaman <fred.isaman@gmail.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
committed by
Trond Myklebust
parent
dacb452db8
commit
56f487f8c8
@@ -436,6 +436,7 @@ struct nfs_openargs {
|
||||
enum createmode4 createmode;
|
||||
const struct nfs4_label *label;
|
||||
umode_t umask;
|
||||
struct nfs4_layoutget_args *lg_args;
|
||||
};
|
||||
|
||||
struct nfs_openres {
|
||||
@@ -458,6 +459,7 @@ struct nfs_openres {
|
||||
__u32 access_request;
|
||||
__u32 access_supported;
|
||||
__u32 access_result;
|
||||
struct nfs4_layoutget_res *lg_res;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user