[libvirt] [PATCH] Added timestamps to storage volumes

Eric Blake eblake at redhat.com
Wed Jul 11 13:10:34 UTC 2012


On 07/11/2012 07:09 AM, Eric Blake wrote:
> On 07/11/2012 01:12 AM, Hendrik Schwartke wrote:
> 
>>>> +    atime->tv_sec = sb.st_atime;
>>>> +    mtime->tv_sec = sb.st_mtime;
>>>> +    catime->tv_sec = sb.st_ctime;
>>>> +#if _BSD_SOURCE || _SVID_SOURCE
>>>> +    atime->tv_nsec = sb.st_atim.tv_nsec;
>>> Yuck.  I've nearly got consensus to use the gnulib stat-time module, in
>>> which case this would instead be the much simpler:
>> Ok, that sounds good. But what exactly does 'nearly' mean?
> 
> It means 3 of the 4 copyright holders have agreed, with less than
> 24-hour turnaround time; the 4th will likely respond sometime this week:
> https://lists.gnu.org/archive/html/bug-gnulib/2012-07/msg00141.html
> 

Correction - there is only one copyright holder - the FSF.  But 3 of the
4 original contributors have agreed to a relicense, and if all original
contributors agree, then we don't have to bother the FSF with a much
more formal and lengthy process of convincing the FSF to relicense.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120711/3b26af2c/attachment-0001.sig>


More information about the libvir-list mailing list