[driver] removing mrxsetinfoatcleanup
this function was called before writes and was setting time and size attributes of the file. we were translating it into a setattr. reads were also followed by a setattr of timestamp (unnecessarily)
This commit is contained in:
parent
144642e2cd
commit
c722076d09
1 changed files with 0 additions and 1 deletions
|
|
@ -4956,7 +4956,6 @@ NTSTATUS nfs41_init_ops()
|
||||||
nfs41_ops.MRxSetQuotaInfo = nfs41_SetQuotaInformation;
|
nfs41_ops.MRxSetQuotaInfo = nfs41_SetQuotaInformation;
|
||||||
nfs41_ops.MRxQueryFileInfo = nfs41_QueryFileInformation;
|
nfs41_ops.MRxQueryFileInfo = nfs41_QueryFileInformation;
|
||||||
nfs41_ops.MRxSetFileInfo = nfs41_SetFileInformation;
|
nfs41_ops.MRxSetFileInfo = nfs41_SetFileInformation;
|
||||||
nfs41_ops.MRxSetFileInfoAtCleanup = nfs41_SetFileInformationAtCleanup ;
|
|
||||||
//
|
//
|
||||||
// Buffering state change
|
// Buffering state change
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue