Displaying 3 results from an estimated 3 matches for "_since_".
Did you mean:
_once_
2008 Jun 26
3
updating to 5.2 from local repo
This is my first major version update after using a local repo.
It seems that before I can "yum update" I have to fetch the complete new
5.2 base? Is this correct?
When I run yum update it now fails with various strange dependency errors
although all the updates are synced. When I change to using the original
repo file it wants to download many many more and shows a lot of files
that
2019 Aug 12
2
Re: [PATCH libnbd 1/7] api: Add semi-private function for freeing persistent data.
...ish with this.
>
> I think we shouldn't worry about whether the implementation is
> efficient since we can always improve that based on feedback from
> perf. It's really about whether this is a better API for freeing or not.
Getting rid of the VALID|FREE seems worthwhile, and _since_ that is
already an API/ABI change, we can _also_ make the API/ABI change from
Closure in C being a 2-tuple (fn, ptr) to being a 3-tuple (fn, free_fn,
ptr). The tricky part that remains is how to convince the generator
that the code for Python nbd.aio_pread AND for nbd.aio_pread_callback
both need...
2019 Aug 12
2
Re: [PATCH libnbd 1/7] api: Add semi-private function for freeing persistent data.
On 8/12/19 11:08 AM, Richard W.M. Jones wrote:
> This adds a C-only semi-private function for freeing various types of
> persistent data passed to libnbd.
>
> There are some similarities with nbd_add_close_callback which we
> removed in commit 7f191b150b52ed50098976309a6af883d245fc56.
> ---
> +=head1 FREE CALLBACKS
> +
> +B<Note:> The API described in this