Whamcloud - gitweb
LU-1346 libcfs: tcpip/time/type related cleanup
[fs/lustre-release.git] / libcfs / include / libcfs / winnt / winnt-lock.h
index caf2ea8..11371cc 100644 (file)
@@ -144,7 +144,7 @@ cfs_wait_event_internal(event_t * event, int64_t timeout)
     NTSTATUS        Status;
     LARGE_INTEGER   TimeOut;
 
-    TimeOut.QuadPart = -1 * (10000000/CFS_HZ) * timeout;
+    TimeOut.QuadPart = -1 * (10000000/HZ) * timeout;
 
     Status = KeWaitForSingleObject(
                 event,