-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 10/9/2009 10:16 PM:
> I'm happy enough with the series that I will commit it tomorrow morning.
The current state of the series is now pushed. Subsequent improvements,
like utimensat, will come later.
- --
Don't work too ha
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 10/9/2009 9:44 PM:
> According to Eric Blake on 10/9/2009 12:06 PM:
>> Multiple calls to sleep(2) add up fast! I've especially noticed it while
>> working on my utimensat series, where repeatedly running 'make check' stalls
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Jim Meyering on 10/10/2009 3:09 AM:
>> +#if !HAVE_USLEEP
>> + /* Assume the worst case file system of FAT, which has a granularity
>> + of 2 seconds. */
>> + sleep (2);
>> +#else /* HAVE_USLEEP */
>
> Nice.
>
> However, I saw no i
Eric Blake wrote:
> Multiple calls to sleep(2) add up fast! I've especially noticed it while
> working on my utimensat series, where repeatedly running 'make check' stalls
> on
> this test. Unless you are insane enough to run on FAT, or unlucky enough to
> be
> on mingw (since I didn't want to
Eric Blake wrote:
> I'm applying the first two - adding some missing Link lines
Yes, this is useful for consistency. I'm only applying the followup below.
> and changing
> "filesystem" to "file system" in modules I've recently touched (the unit
> test output on mingw looked rather inconsistent w