propagating file change attr on open
This commit is contained in:
parent
3def6f5e24
commit
ec034e7fd9
3 changed files with 8 additions and 7 deletions
|
|
@ -602,6 +602,7 @@ static int handle_open(nfs41_upcall *upcall)
|
|||
nfs_to_basic_info(&info, &args->basic_info);
|
||||
nfs_to_standard_info(&info, &args->std_info);
|
||||
args->mode = info.mode;
|
||||
args->changeattr = info.change;
|
||||
if (state->delegation.state)
|
||||
args->deleg_type = state->delegation.state->state.type;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue