Displaying 3 results from an estimated 3 matches for "guestfs_internal_lstatnslist".
2014 Sep 22
0
Re: [PATCH] New APIs: Implement stat calls that return nanosecond timestamps (RHBZ#1144891).
...e changed to print the nanosecond fields.
>
> FUSE now returns nanoseconds in stat calls where available, fixing
> https://bugzilla.redhat.com/show_bug.cgi?id=1144891
>
> Notes about the implementation:
>
> - guestfs_internal_lstatlist has been removed and replaced by
> guestfs_internal_lstatnslist. As the former was an internal API no
> one should have been calling it, or indeed can call it unless they
> start defining their own header files.
>
> - guestfs_stat and guestfs_lstat have been changed into library-side
> functions. They, along with guestfs_lstatlist, are n...
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of
local disk.
Rich.
2014 Sep 22
2
[PATCH] New APIs: Implement stat calls that return nanosecond timestamps (RHBZ#1144891).
...particular virt-diff and
virt-ls could be changed to print the nanosecond fields.
FUSE now returns nanoseconds in stat calls where available, fixing
https://bugzilla.redhat.com/show_bug.cgi?id=1144891
Notes about the implementation:
- guestfs_internal_lstatlist has been removed and replaced by
guestfs_internal_lstatnslist. As the former was an internal API no
one should have been calling it, or indeed can call it unless they
start defining their own header files.
- guestfs_stat and guestfs_lstat have been changed into library-side
functions. They, along with guestfs_lstatlist, are now implemented
as wrapp...