From c722076d09d2cdd20f46df5b609904c436d17036 Mon Sep 17 00:00:00 2001 From: Olga Kornievskaia Date: Tue, 5 Jul 2011 16:10:40 -0400 Subject: [PATCH] [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) --- sys/nfs41_driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/nfs41_driver.c b/sys/nfs41_driver.c index 4f14610..31e5a52 100644 --- a/sys/nfs41_driver.c +++ b/sys/nfs41_driver.c @@ -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 //