Lines 1-11
Link Here
|
1 |
--- udf_unix.c Sun Jun 26 00:02:48 2005 |
|
|
2 |
+++ udf_unix.c Mon Jul 25 11:50:58 2005 |
3 |
@@ -433,7 +433,7 @@ |
4 |
if (!udf_bufcache->finish_purgethread) { |
5 |
do { |
6 |
/* determine the time we want to wake up again * */ |
7 |
- clock_gettime(CLOCK_MONOTONIC, &wakeup); |
8 |
+ clock_gettime(CLOCK_REALTIME, &wakeup); |
9 |
wakeup.tv_sec += UDF_BUFCACHE_IDLE_SECS; |
10 |
|
11 |
/* ask for more requests */ |