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:
Olga Kornievskaia 2012-03-29 16:16:55 -04:00
parent dc9377ce58
commit 6bb641e547
9 changed files with 56 additions and 49 deletions

View file

@ -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(