[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:
Olga Kornievskaia 2011-07-05 16:10:40 -04:00 committed by unknown
parent 144642e2cd
commit c722076d09

View file

@ -4956,7 +4956,6 @@ NTSTATUS nfs41_init_ops()
nfs41_ops.MRxSetQuotaInfo = nfs41_SetQuotaInformation;
nfs41_ops.MRxQueryFileInfo = nfs41_QueryFileInformation;
nfs41_ops.MRxSetFileInfo = nfs41_SetFileInformation;
nfs41_ops.MRxSetFileInfoAtCleanup = nfs41_SetFileInformationAtCleanup ;
//
// Buffering state change
//