bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] cp --update --preserve


From: Paul Eggert
Subject: Re: [PATCH] cp --update --preserve
Date: 21 Jan 2004 11:08:53 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Paolo Montrasio <address@hidden> writes:

> Failure 1)
> When a new file is created the nanosecond component of the timestamp
> cannot be set by cp. This is a quote from cp's code:
> 
> Failure 2)

> The filesystem might not have a nanosecond time resolution, so we
> have to properly identify the supported resolution and the round off
> method (down or up?)
> 
> As there are two different failures there should be two different solutions.


I don't see why.  Both failures have the same symptoms: the time stamp
is truncated.  Both failures occur at exactly the same point: the same
system call.  A single solution could therefore handle both failures.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]