]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-check-locks-logging-20051014
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 15 Oct 2005 04:38:22 +0000 (04:38 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 15 Oct 2005 04:38:22 +0000 (04:38 +0000)
add a log message so we can tell how long it took.

(cherry picked from commit a5f2ec497d2c3452d795aa1d98309414c2d8c0e7)

src/WINNT/afsd/cm_vnodeops.c

index 52cf6aa9c8ab6cffd067bf0b180140f0e7baf890..e1669ebc100508dbd78a5f744f5ffa20efb4b7ce 100644 (file)
@@ -4259,6 +4259,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. */