open and create accept pointer to attributes
allow callers of nfs41_open() and nfs41_create() to pass arbitrary attributes fo r use with open_args.openhow.how.createattrs and create_args.createattrs
This commit is contained in:
parent
dc9377ce58
commit
6bb641e547
9 changed files with 56 additions and 49 deletions
|
|
@ -52,7 +52,7 @@ int nfs41_delegation_granted(
|
|||
int nfs41_delegate_open(
|
||||
IN nfs41_open_state *state,
|
||||
IN uint32_t create,
|
||||
IN uint32_t mode,
|
||||
IN OPTIONAL nfs41_file_info *createattrs,
|
||||
OUT nfs41_file_info *info);
|
||||
|
||||
int nfs41_delegation_to_open(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue