]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 caee462e78f240de40887bcaa44b0170fb5f59f5..b490773b03e0b1b16be89c9c153f840f2d5b501f 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. */