windows-check-locks-logging-20051014
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 15 Oct 2005 04:36:57 +0000 (04:36 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 15 Oct 2005 04:36:57 +0000 (04:36 +0000)
add a log message so we can tell how long it took.

src/WINNT/afsd/cm_vnodeops.c

index caee462..b490773 100644 (file)
@@ -4276,6 +4276,7 @@ void cm_CheckLocks()
     }
 
     lock_ReleaseWrite(&cm_scacheLock);
+    osi_Log1(afsd_logp, "cm_CheckLocks completes lock check cycle %d", cm_lockRefreshCycle);
 }
 
 /* NOT called with scp->mx held. */