>>>>> " " == Andi Kleen <[EMAIL PROTECTED]> writes:

     > On Tue, Sep 12, 2000 at 09:10:56PM +0200, Trond Myklebust
     > wrote:
    >> Making mtime a true 64-bit cookie on Linux servers would be a
    >> solution that works on all clients.

     > Making mtime 64bit would also be useful for local parallel make
     > runs, the current second resolution leads to race conditions on
     > bigger SMP boxes.

     > Unfortunately the only FS that supports <s on disk timestamps
     > currently is XFS afaik, and there is no VFS interface for it.


You'd have to fix make as well: 'stat' & friends alway return the
timestamp in seconds.

Is there any 'standard' function for reading the microseconds fields
in userland? I couldn't find anything with a brief search in the
X/Open docs.

Cheers,
  Trond
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to