minor changes
cosmetic: renaming do_recovery to recover_stateid removing client_state_remove() from setattr because we'll do it on close
This commit is contained in:
parent
168821c7fb
commit
1196182a8e
2 changed files with 2 additions and 8 deletions
|
|
@ -481,12 +481,6 @@ static int handle_setattr(nfs41_upcall *upcall)
|
|||
status = ERROR_NOT_SUPPORTED;
|
||||
break;
|
||||
}
|
||||
|
||||
switch (args->set_class) {
|
||||
case FileAllocationInformation:
|
||||
case FileEndOfFileInformation:
|
||||
client_state_remove(state);
|
||||
}
|
||||
out:
|
||||
free(args->buf);
|
||||
return status;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue